Html Css Color HEX #D8C276 Chenin

📋 copy color: '#D8C276'

red 216 ◦ green 194 ◦ blue 118

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

Shades of Chenin #D8C276

Tints of Chenin #D8C276

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

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

R = 40.91%
G = 36.74%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8C276 (or 0xD8C276) is known color: Chenin. HEX triplet: D8, C2 and 76. RGB value is (216,194,118). Sum of RGB (Red+Green+Blue) = 216+194+118=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C276 is #273D89. Grayscale: #C0C0C0. Windows color (decimal): -2571658 or 7783128. OLE color: 7783128.

HSL color Cylindrical-coordinate representation of color #D8C276: hue angle of 46.53º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8C276 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 118 -
CMYK 0 0.10 0.45 0.15
HSL 46.53º 0.56% 0.65% -
HSV(B) 46.53º 0.45% 0.85% -
XYZ 50.88 54.49 24.98 -
YUV 191.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 216 194 118 0 0.10 0.45 0.15 46.53 0.56 0.65
Hex D8 C2 76 0 A 2D F 2F 38 41
Octal 330 302 166 0 12 55 17 57 70 101
Binary 11011000 11000010 1110110 0 1010 101101 1111 101111 111000 1000001

Color Harmonies of #D8C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C276

Black with #D8C276

Text Example


Text Example

White with #D8C276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C276; }

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

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

background-color css

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

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

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

border-color css

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

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

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