Html Css Color HEX #DCC276 Chenin

📋 copy color: '#DCC276'

red 220 ◦ green 194 ◦ blue 118

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

Shades of Chenin #DCC276

Tints of Chenin #DCC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

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

R = 41.35%
G = 36.47%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCC276 (or 0xDCC276) is known color: Chenin. HEX triplet: DC, C2 and 76. RGB value is (220,194,118). Sum of RGB (Red+Green+Blue) = 220+194+118=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC276 is #233D89. Grayscale: #C1C1C1. Windows color (decimal): -2309514 or 7783132. OLE color: 7783132.

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

Color convert

RGB 220 194 118 -
CMYK 0 0.12 0.46 0.14
HSL 44.71º 0.59% 0.66% -
HSV(B) 44.71º 0.46% 0.86% -
XYZ 52.08 55.11 25.03 -
YUV 193.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 220 194 118 0 0.12 0.46 0.14 44.71 0.59 0.66
Hex DC C2 76 0 C 2E E 2D 3B 42
Octal 334 302 166 0 14 56 16 55 73 102
Binary 11011100 11000010 1110110 0 1100 101110 1110 101101 111011 1000010

Color Harmonies of #DCC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC276

Black with #DCC276

Text Example


Text Example

White with #DCC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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