Html Css Color HEX #D8BA72 Chenin

📋 copy color: '#D8BA72'

red 216 ◦ green 186 ◦ blue 114

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

Shades of Chenin #D8BA72

Tints of Chenin #D8BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 41.86%
G = 36.05%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8BA72 (or 0xD8BA72) is known color: Chenin. HEX triplet: D8, BA and 72. RGB value is (216,186,114). Sum of RGB (Red+Green+Blue) = 216+186+114=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA72 is #27458D. Grayscale: #BBBBBB. Windows color (decimal): -2573710 or 7518936. OLE color: 7518936.

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

Color convert

RGB 216 186 114 -
CMYK 0 0.14 0.47 0.15
HSL 42.35º 0.57% 0.65% -
HSV(B) 42.35º 0.47% 0.85% -
XYZ 48.92 50.93 23.17 -
YUV 186.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 216 186 114 0 0.14 0.47 0.15 42.35 0.57 0.65
Hex D8 BA 72 0 E 2F F 2A 39 41
Octal 330 272 162 0 16 57 17 52 71 101
Binary 11011000 10111010 1110010 0 1110 101111 1111 101010 111001 1000001

Color Harmonies of #D8BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA72

Black with #D8BA72

Text Example


Text Example

White with #D8BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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