#DEB038

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

Shades of Tulip Tree #DEB038

Tints of Tulip Tree #DEB038

Color information

#DEB038 (or 0xDEB038) is unknown color: approx Tulip Tree. HEX triplet: DE, B0 and 38. RGB value is (222,176,56). Sum of RGB (Red+Green+Blue) = 222+176+56=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB038 is #214FC7. Grayscale: #B0B0B0. Windows color (decimal): -2183112 or 3715294. OLE color: 3715294.

HSL color Cylindrical-coordinate representation of color #DEB038: hue angle of 43.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEB038 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22217656-
CMYK00.210.750.13
HSL43.37º71.55%54.51%-
HSV(B)43.37º74.77%87.06%-
XYZ46.3646.8710.34-
YUV176.0760.24160.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 56 (22.27% from 255) = 12.33%
R=48.90%
G=38.77%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221765600.210.750.1343.3771.5554.51
HexDEB0380154BD2b4837
Octal33626070025113155311067
Binary1101111010110000111000010101100101111011010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB038; }

 p { color: rgb(222,176,56); }

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

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

 a { background-color: rgb(222,176,56); }

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

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

 span { border-color: rgb(222,176,56); }

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