#dfb542

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

Shades of Tulip Tree #DFB542

Tints of Tulip Tree #DFB542

Color information

#DFB542 (or 0xDFB542) is unknown color: approx Tulip Tree. HEX triplet: DF, B5 and 42. RGB value is (223,181,66). Sum of RGB (Red+Green+Blue) = 223+181+66=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB542 is #204ABD. Grayscale: #B4B4B4. Windows color (decimal): -2116286 or 4371935. OLE color: 4371935.

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

Color convert

RGB22318166-
CMYK00.190.700.13
HSL43.95º71.04%56.67%-
HSV(B)43.95º70.4%87.45%-
XYZ47.9449.1312.11-
YUV180.4563.41158.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=47.45%
G=38.51%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231816600.190.700.1343.9571.0456.67
HexDFB54201346D2c4739
Octal337265102023106155410771
Binary11011111101101011000010010011100011011011011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb542; }

 p { color: rgb(223,181,66); }

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

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

 a { background-color: rgb(223,181,66); }

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

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

 span { border-color: rgb(223,181,66); }

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