Html Css Color HEX #DCC976 Chenin

📋 copy color: '#DCC976'

red 220 ◦ green 201 ◦ blue 118

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

Shades of Chenin #DCC976

Tints of Chenin #DCC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 40.82%
G = 37.29%
B = 21.89%

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

#DCC976 (or 0xDCC976) is known color: Chenin. HEX triplet: DC, C9 and 76. RGB value is (220,201,118). Sum of RGB (Red+Green+Blue) = 220+201+118=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC976 is #233689. Grayscale: #C5C5C5. Windows color (decimal): -2307722 or 7784924. OLE color: 7784924.

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

Color convert

RGB 220 201 118 -
CMYK 0 0.09 0.46 0.14
HSL 48.82º 0.59% 0.66% -
HSV(B) 48.82º 0.46% 0.86% -
XYZ 53.67 58.3 25.56 -
YUV 197.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 220 201 118 0 0.09 0.46 0.14 48.82 0.59 0.66
Hex DC C9 76 0 9 2E E 31 3B 42
Octal 334 311 166 0 11 56 16 61 73 102
Binary 11011100 11001001 1110110 0 1001 101110 1110 110001 111011 1000010

Color Harmonies of #DCC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC976

Black with #DCC976

Text Example


Text Example

White with #DCC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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