#DCB642

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

Shades of Tulip Tree #DCB642

Tints of Tulip Tree #DCB642

Color information

#DCB642 (or 0xDCB642) is unknown color: approx Tulip Tree. HEX triplet: DC, B6 and 42. RGB value is (220,182,66). Sum of RGB (Red+Green+Blue) = 220+182+66=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB642 is #2349BD. Grayscale: #B4B4B4. Windows color (decimal): -2312638 or 4372188. OLE color: 4372188.

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

Color convert

RGB22018266-
CMYK00.170.70.14
HSL45.19º68.75%56.08%-
HSV(B)45.19º70%86.27%-
XYZ47.2349.0612.14-
YUV180.1463.59156.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=47.01%
G=38.89%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201826600.170.70.1445.1968.7556.08
HexDCB64201146E2d4538
Octal334266102021106165510570
Binary11011100101101101000010010001100011011101011011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB642; }

 p { color: rgb(220,182,66); }

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

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

 a { background-color: rgb(220,182,66); }

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

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

 span { border-color: rgb(220,182,66); }

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