Html Css Color HEX #DCC476 Chenin

📋 copy color: '#DCC476'

red 220 ◦ green 196 ◦ blue 118

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

Shades of Chenin #DCC476

Tints of Chenin #DCC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

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

R = 41.2%
G = 36.7%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCC476 (or 0xDCC476) is known color: Chenin. HEX triplet: DC, C4 and 76. RGB value is (220,196,118). Sum of RGB (Red+Green+Blue) = 220+196+118=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC476 is #233B89. Grayscale: #C2C2C2. Windows color (decimal): -2309002 or 7783644. OLE color: 7783644.

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

Color convert

RGB 220 196 118 -
CMYK 0 0.11 0.46 0.14
HSL 45.88º 0.59% 0.66% -
HSV(B) 45.88º 0.46% 0.86% -
XYZ 52.53 56 25.18 -
YUV 194.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 220 196 118 0 0.11 0.46 0.14 45.88 0.59 0.66
Hex DC C4 76 0 B 2E E 2E 3B 42
Octal 334 304 166 0 13 56 16 56 73 102
Binary 11011100 11000100 1110110 0 1011 101110 1110 101110 111011 1000010

Color Harmonies of #DCC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC476

Black with #DCC476

Text Example


Text Example

White with #DCC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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