Html Css Color HEX #DCB042 Tulip Tree

📋 copy color: '#DCB042'

red 220 ◦ green 176 ◦ blue 66

#DCB042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DCB042

Tints of Tulip Tree #DCB042

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 47.62%
G = 38.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB042 (or 0xDCB042) is known color: Tulip Tree. HEX triplet: DC, B0 and 42. RGB value is (220,176,66). Sum of RGB (Red+Green+Blue) = 220+176+66=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB042 is #234FBD. Grayscale: #B1B1B1. Windows color (decimal): -2314174 or 4370652. OLE color: 4370652.

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

Color convert

RGB 220 176 66 -
CMYK 0 0.2 0.7 0.14
HSL 42.86º 0.69% 0.56% -
HSV(B) 42.86º 0.7% 0.86% -
XYZ 46.02 46.66 11.73 -
YUV 176.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 220 176 66 0 0.2 0.7 0.14 42.86 0.69 0.56
Hex DC B0 42 0 14 46 E 2B 45 38
Octal 334 260 102 0 24 106 16 53 105 70
Binary 11011100 10110000 1000010 0 10100 1000110 1110 101011 1000101 111000

Color Harmonies of #DCB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB042

Black with #DCB042

Text Example


Text Example

White with #DCB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB042; }

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

 H1.HeaderClassName
 {
   color: #DCB042;
 }
 .AnyTagClassName
 {
   color: #DCB042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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