#DEB345

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

Shades of Tulip Tree #DEB345

Tints of Tulip Tree #DEB345

Color information

#DEB345 (or 0xDEB345) is unknown color: approx Tulip Tree. HEX triplet: DE, B3 and 45. RGB value is (222,179,69). Sum of RGB (Red+Green+Blue) = 222+179+69=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB345 is #214CBA. Grayscale: #B3B3B3. Windows color (decimal): -2182331 or 4568030. OLE color: 4568030.

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

Color convert

RGB22217969-
CMYK00.190.690.13
HSL43.14º69.86%57.06%-
HSV(B)43.14º68.92%87.06%-
XYZ47.3248.212.44-
YUV179.3265.75158.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=47.23%
G=38.09%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221796900.190.690.1343.1469.8657.06
HexDEB34501345D2b4639
Octal336263105023105155310671
Binary11011110101100111000101010011100010111011010111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB345; }

 p { color: rgb(222,179,69); }

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

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

 a { background-color: rgb(222,179,69); }

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

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

 span { border-color: rgb(222,179,69); }

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