#DCB045

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

Shades of Tulip Tree #DCB045

Tints of Tulip Tree #DCB045

Color information

#DCB045 (or 0xDCB045) is unknown color: approx Tulip Tree. HEX triplet: DC, B0 and 45. RGB value is (220,176,69). Sum of RGB (Red+Green+Blue) = 220+176+69=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB045 is #234FBA. Grayscale: #B1B1B1. Windows color (decimal): -2314171 or 4567260. OLE color: 4567260.

HSL color Cylindrical-coordinate representation of color #DCB045: hue angle of 42.52º 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 #DCB045 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB22017669-
CMYK00.20.690.14
HSL42.52º68.33%56.67%-
HSV(B)42.52º68.64%86.27%-
XYZ46.1146.712.21-
YUV176.9667.08158.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 69 (27.34% from 255) = 14.84%
R=47.31%
G=37.85%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201766900.20.690.1442.5268.3356.67
HexDCB04501445E2b4439
Octal334260105024105165310471
Binary11011100101100001000101010100100010111101010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB045; }

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

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

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

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

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

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

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

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