#DFB642

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

Shades of Tulip Tree #DFB642

Tints of Tulip Tree #DFB642

Color information

#DFB642 (or 0xDFB642) is unknown color: approx Tulip Tree. HEX triplet: DF, B6 and 42. RGB value is (223,182,66). Sum of RGB (Red+Green+Blue) = 223+182+66=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB642 is #2049BD. Grayscale: #B5B5B5. Windows color (decimal): -2116030 or 4372191. OLE color: 4372191.

HSL color Cylindrical-coordinate representation of color #DFB642: hue angle of 44.33º 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 #DFB642 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22318266-
CMYK00.180.700.13
HSL44.33º71.04%56.67%-
HSV(B)44.33º70.4%87.45%-
XYZ48.1449.5412.18-
YUV181.0363.08157.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 66 (26.17% from 255) = 14.01%
R=47.35%
G=38.64%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231826600.180.700.1344.3371.0456.67
HexDFB64201246D2c4739
Octal337266102022106155410771
Binary11011111101101101000010010010100011011011011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB642; }

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

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

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

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

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

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

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

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