Html Css Color HEX #D8C376 Chenin

📋 copy color: '#D8C376'

red 216 ◦ green 195 ◦ blue 118

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

Shades of Chenin #D8C376

Tints of Chenin #D8C376

RGB

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

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

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

R = 40.83%
G = 36.86%
B = 22.31%

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

#D8C376 (or 0xD8C376) is known color: Chenin. HEX triplet: D8, C3 and 76. RGB value is (216,195,118). Sum of RGB (Red+Green+Blue) = 216+195+118=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C376 is #273C89. Grayscale: #C0C0C0. Windows color (decimal): -2571402 or 7783384. OLE color: 7783384.

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

Color convert

RGB 216 195 118 -
CMYK 0 0.10 0.45 0.15
HSL 47.14º 0.56% 0.65% -
HSV(B) 47.14º 0.45% 0.85% -
XYZ 51.1 54.94 25.05 -
YUV 192.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 216 195 118 0 0.10 0.45 0.15 47.14 0.56 0.65
Hex D8 C3 76 0 A 2D F 2F 38 41
Octal 330 303 166 0 12 55 17 57 70 101
Binary 11011000 11000011 1110110 0 1010 101101 1111 101111 111000 1000001

Color Harmonies of #D8C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C376

Black with #D8C376

Text Example


Text Example

White with #D8C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C376; }

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

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

background-color css

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

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

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

border-color css

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

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

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