Html Css Color HEX #D9BA72 Chenin

📋 copy color: '#D9BA72'

red 217 ◦ green 186 ◦ blue 114

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

Shades of Chenin #D9BA72

Tints of Chenin #D9BA72

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

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

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

R = 41.97%
G = 35.98%
B = 22.05%

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

#D9BA72 (or 0xD9BA72) is known color: Chenin. HEX triplet: D9, BA and 72. RGB value is (217,186,114). Sum of RGB (Red+Green+Blue) = 217+186+114=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA72 is #26458D. Grayscale: #BBBBBB. Windows color (decimal): -2508174 or 7518937. OLE color: 7518937.

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

Color convert

RGB 217 186 114 -
CMYK 0 0.14 0.47 0.15
HSL 41.94º 0.58% 0.65% -
HSV(B) 41.94º 0.47% 0.85% -
XYZ 49.21 51.08 23.19 -
YUV 187.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 217 186 114 0 0.14 0.47 0.15 41.94 0.58 0.65
Hex D9 BA 72 0 E 2F F 2A 3A 41
Octal 331 272 162 0 16 57 17 52 72 101
Binary 11011001 10111010 1110010 0 1110 101111 1111 101010 111010 1000001

Color Harmonies of #D9BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA72

Black with #D9BA72

Text Example


Text Example

White with #D9BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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