Html Css Color HEX #DCB642 Tulip Tree

📋 copy color: '#DCB642'

red 220 ◦ green 182 ◦ blue 66

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

Shades of Tulip Tree #DCB642

Tints of Tulip Tree #DCB642

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.1%

R = 47.01%
G = 38.89%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCB642 (or 0xDCB642) is known color: 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

RGB 220 182 66 -
CMYK 0 0.17 0.7 0.14
HSL 45.19º 0.69% 0.56% -
HSV(B) 45.19º 0.7% 0.86% -
XYZ 47.23 49.06 12.14 -
YUV 180.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 220 182 66 0 0.17 0.7 0.14 45.19 0.69 0.56
Hex DC B6 42 0 11 46 E 2D 45 38
Octal 334 266 102 0 21 106 16 55 105 70
Binary 11011100 10110110 1000010 0 10001 1000110 1110 101101 1000101 111000

Color Harmonies of #DCB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB642

Black with #DCB642

Text Example


Text Example

White with #DCB642

Text Example


Text Example

HTML Codes & Css Web 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>