Html Css Color HEX #DCC876 Chenin

📋 copy color: '#DCC876'

red 220 ◦ green 200 ◦ blue 118

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

Shades of Chenin #DCC876

Tints of Chenin #DCC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 40.89%
G = 37.17%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCC876 (or 0xDCC876) is known color: Chenin. HEX triplet: DC, C8 and 76. RGB value is (220,200,118). Sum of RGB (Red+Green+Blue) = 220+200+118=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC876 is #233789. Grayscale: #C4C4C4. Windows color (decimal): -2307978 or 7784668. OLE color: 7784668.

HSL color Cylindrical-coordinate representation of color #DCC876: hue angle of 48.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC876 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 118 -
CMYK 0 0.09 0.46 0.14
HSL 48.24º 0.59% 0.66% -
HSV(B) 48.24º 0.46% 0.86% -
XYZ 53.44 57.83 25.49 -
YUV 196.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 220 200 118 0 0.09 0.46 0.14 48.24 0.59 0.66
Hex DC C8 76 0 9 2E E 30 3B 42
Octal 334 310 166 0 11 56 16 60 73 102
Binary 11011100 11001000 1110110 0 1001 101110 1110 110000 111011 1000010

Color Harmonies of #DCC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC876

Black with #DCC876

Text Example


Text Example

White with #DCC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC876; }

 p { color: rgb(220,200,118); }

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

background-color css

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

 a { background-color: rgb(220,200,118); }

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

border-color css

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

 span { border-color: rgb(220,200,118); }

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