#DCB245

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

Shades of Tulip Tree #DCB245

Tints of Tulip Tree #DCB245

Color information

#DCB245 (or 0xDCB245) is unknown color: approx Tulip Tree. HEX triplet: DC, B2 and 45. RGB value is (220,178,69). Sum of RGB (Red+Green+Blue) = 220+178+69=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB245 is #234DBA. Grayscale: #B2B2B2. Windows color (decimal): -2313659 or 4567772. OLE color: 4567772.

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

Color convert

RGB22017869-
CMYK00.190.690.14
HSL43.31º68.33%56.67%-
HSV(B)43.31º68.64%86.27%-
XYZ46.5147.4912.34-
YUV178.1366.41157.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=47.11%
G=38.12%
B=14.78%

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
Decimal2201786900.190.690.1443.3168.3356.67
HexDCB24501345E2b4439
Octal334262105023105165310471
Binary11011100101100101000101010011100010111101010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB245; }

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

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

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

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

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

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

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

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