Html Css Color HEX #DCC376 Chenin

📋 copy color: '#DCC376'

red 220 ◦ green 195 ◦ blue 118

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

Shades of Chenin #DCC376

Tints of Chenin #DCC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 41.28%
G = 36.59%
B = 22.14%

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

#DCC376 (or 0xDCC376) is known color: Chenin. HEX triplet: DC, C3 and 76. RGB value is (220,195,118). Sum of RGB (Red+Green+Blue) = 220+195+118=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC376 is #233C89. Grayscale: #C2C2C2. Windows color (decimal): -2309258 or 7783388. OLE color: 7783388.

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

Color convert

RGB 220 195 118 -
CMYK 0 0.11 0.46 0.14
HSL 45.29º 0.59% 0.66% -
HSV(B) 45.29º 0.46% 0.86% -
XYZ 52.3 55.55 25.11 -
YUV 193.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 220 195 118 0 0.11 0.46 0.14 45.29 0.59 0.66
Hex DC C3 76 0 B 2E E 2D 3B 42
Octal 334 303 166 0 13 56 16 55 73 102
Binary 11011100 11000011 1110110 0 1011 101110 1110 101101 111011 1000010

Color Harmonies of #DCC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC376

Black with #DCC376

Text Example


Text Example

White with #DCC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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