Html Css Color HEX #D8C076 Chenin

📋 copy color: '#D8C076'

red 216 ◦ green 192 ◦ blue 118

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

Shades of Chenin #D8C076

Tints of Chenin #D8C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 41.06%
G = 36.5%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8C076 (or 0xD8C076) is known color: Chenin. HEX triplet: D8, C0 and 76. RGB value is (216,192,118). Sum of RGB (Red+Green+Blue) = 216+192+118=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C076 is #273F89. Grayscale: #BFBFBF. Windows color (decimal): -2572170 or 7782616. OLE color: 7782616.

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

Color convert

RGB 216 192 118 -
CMYK 0 0.11 0.45 0.15
HSL 45.31º 0.56% 0.65% -
HSV(B) 45.31º 0.45% 0.85% -
XYZ 50.44 53.61 24.83 -
YUV 190.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 216 192 118 0 0.11 0.45 0.15 45.31 0.56 0.65
Hex D8 C0 76 0 B 2D F 2D 38 41
Octal 330 300 166 0 13 55 17 55 70 101
Binary 11011000 11000000 1110110 0 1011 101101 1111 101101 111000 1000001

Color Harmonies of #D8C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C076

Black with #D8C076

Text Example


Text Example

White with #D8C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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