Html Css Color HEX #D9BA6F Chenin

📋 copy color: '#D9BA6F'

red 217 ◦ green 186 ◦ blue 111

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

Shades of Chenin #D9BA6F

Tints of Chenin #D9BA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.6%

R = 42.22%
G = 36.19%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9BA6F (or 0xD9BA6F) is known color: Chenin. HEX triplet: D9, BA and 6F. RGB value is (217,186,111). Sum of RGB (Red+Green+Blue) = 217+186+111=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6F is #264590. Grayscale: #BBBBBB. Windows color (decimal): -2508177 or 7322329. OLE color: 7322329.

HSL color Cylindrical-coordinate representation of color #D9BA6F: hue angle of 42.45º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9BA6F is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 111 -
CMYK 0 0.14 0.49 0.15
HSL 42.45º 0.58% 0.64% -
HSV(B) 42.45º 0.49% 0.85% -
XYZ 49.04 51.02 22.3 -
YUV 186.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 217 186 111 0 0.14 0.49 0.15 42.45 0.58 0.64
Hex D9 BA 6F 0 E 31 F 2A 3A 40
Octal 331 272 157 0 16 61 17 52 72 100
Binary 11011001 10111010 1101111 0 1110 110001 1111 101010 111010 1000000

Color Harmonies of #D9BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA6F

Black with #D9BA6F

Text Example


Text Example

White with #D9BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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