Html Css Color HEX #D8C372 Chenin

📋 copy color: '#D8C372'

red 216 ◦ green 195 ◦ blue 114

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

Shades of Chenin #D8C372

Tints of Chenin #D8C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 41.14%
G = 37.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8C372 (or 0xD8C372) is known color: Chenin. HEX triplet: D8, C3 and 72. RGB value is (216,195,114). Sum of RGB (Red+Green+Blue) = 216+195+114=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C372 is #273C8D. Grayscale: #C0C0C0. Windows color (decimal): -2571406 or 7521240. OLE color: 7521240.

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

Color convert

RGB 216 195 114 -
CMYK 0 0.10 0.47 0.15
HSL 47.65º 0.57% 0.65% -
HSV(B) 47.65º 0.47% 0.85% -
XYZ 50.87 54.84 23.82 -
YUV 192.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 216 195 114 0 0.10 0.47 0.15 47.65 0.57 0.65
Hex D8 C3 72 0 A 2F F 30 39 41
Octal 330 303 162 0 12 57 17 60 71 101
Binary 11011000 11000011 1110010 0 1010 101111 1111 110000 111001 1000001

Color Harmonies of #D8C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C372

Black with #D8C372

Text Example


Text Example

White with #D8C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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