#DCB244

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

Shades of Tulip Tree #DCB244

Tints of Tulip Tree #DCB244

Color information

#DCB244 (or 0xDCB244) is unknown color: approx Tulip Tree. HEX triplet: DC, B2 and 44. RGB value is (220,178,68). Sum of RGB (Red+Green+Blue) = 220+178+68=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB244 is #234DBB. Grayscale: #B2B2B2. Windows color (decimal): -2313660 or 4502236. OLE color: 4502236.

HSL color Cylindrical-coordinate representation of color #DCB244: hue angle of 43.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCB244 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB22017868-
CMYK00.190.690.14
HSL43.42º68.47%56.47%-
HSV(B)43.42º69.09%86.27%-
XYZ46.4847.4712.18-
YUV178.0265.91157.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 68 (26.95% from 255) = 14.59%
R=47.21%
G=38.20%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201786800.190.690.1443.4268.4756.47
HexDCB24401345E2b4438
Octal334262104023105165310470
Binary11011100101100101000100010011100010111101010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB244; }

 p { color: rgb(220,178,68); }

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

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

 a { background-color: rgb(220,178,68); }

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

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

 span { border-color: rgb(220,178,68); }

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