#dfa541

Color #DFA541 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #DFA541

Tints of Tulip Tree #DFA541

Color information

#DFA541 (or 0xDFA541) is unknown color: approx Tulip Tree. HEX triplet: DF, A5 and 41. RGB value is (223,165,65). Sum of RGB (Red+Green+Blue) = 223+165+65=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA541 is #205ABE. Grayscale: #ABABAB. Windows color (decimal): -2120383 or 4302303. OLE color: 4302303.

HSL color Cylindrical-coordinate representation of color #DFA541: hue angle of 37.97º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFA541 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22316565-
CMYK00.260.710.13
HSL37.97º71.17%56.47%-
HSV(B)37.97º70.85%87.45%-
XYZ44.8442.9810.93-
YUV170.9468.22165.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=49.23%
G=36.42%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231656500.260.710.1337.9771.1756.47
HexDFA54101A47D264738
Octal337245101032107154610770
Binary11011111101001011000001011010100011111011001101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa541; }

 p { color: rgb(223,165,65); }

 H1.HeaderClassName
 {
   color: #dfa541;
 }
 .AnyTagClassName
 {
   color: #dfa541;
 }
</style>
background-color css

<style>
 a { background-color: #dfa541; }

 a { background-color: rgb(223,165,65); }

 div.DivClassName
 {
   background-color: #dfa541;
 }
 .BgClassName
 {
   background-color: #dfa541;
 }
</style>
border-color css

<style>
 span { border-color: #dfa541; }

 span { border-color: rgb(223,165,65); }

 td.TdClassName
 {
   border-color: #dfa541;
 }
 .TagClassName
 {
   border-color: #dfa541;
 }
</style>