Html Css Color HEX #DCB542 Tulip Tree

📋 copy color: '#DCB542'

red 220 ◦ green 181 ◦ blue 66

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

Shades of Tulip Tree #DCB542

Tints of Tulip Tree #DCB542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 47.11%
G = 38.76%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB542 (or 0xDCB542) is known color: Tulip Tree. HEX triplet: DC, B5 and 42. RGB value is (220,181,66). Sum of RGB (Red+Green+Blue) = 220+181+66=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB542 is #234ABD. Grayscale: #B4B4B4. Windows color (decimal): -2312894 or 4371932. OLE color: 4371932.

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

Color convert

RGB 220 181 66 -
CMYK 0 0.18 0.7 0.14
HSL 44.81º 0.69% 0.56% -
HSV(B) 44.81º 0.7% 0.86% -
XYZ 47.02 48.66 12.07 -
YUV 179.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 220 181 66 0 0.18 0.7 0.14 44.81 0.69 0.56
Hex DC B5 42 0 12 46 E 2D 45 38
Octal 334 265 102 0 22 106 16 55 105 70
Binary 11011100 10110101 1000010 0 10010 1000110 1110 101101 1000101 111000

Color Harmonies of #DCB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB542

Black with #DCB542

Text Example


Text Example

White with #DCB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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