Html Css Color HEX #D9BA6D Chenin

📋 copy color: '#D9BA6D'

red 217 ◦ green 186 ◦ blue 109

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

Shades of Chenin #D9BA6D

Tints of Chenin #D9BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 42.38%
G = 36.33%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9BA6D (or 0xD9BA6D) is known color: Chenin. HEX triplet: D9, BA and 6D. RGB value is (217,186,109). Sum of RGB (Red+Green+Blue) = 217+186+109=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6D is #264592. Grayscale: #BABABA. Windows color (decimal): -2508179 or 7191257. OLE color: 7191257.

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

Color convert

RGB 217 186 109 -
CMYK 0 0.14 0.50 0.15
HSL 42.78º 0.59% 0.64% -
HSV(B) 42.78º 0.5% 0.85% -
XYZ 48.93 50.97 21.73 -
YUV 186.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 217 186 109 0 0.14 0.50 0.15 42.78 0.59 0.64
Hex D9 BA 6D 0 E 32 F 2B 3B 40
Octal 331 272 155 0 16 62 17 53 73 100
Binary 11011001 10111010 1101101 0 1110 110010 1111 101011 111011 1000000

Color Harmonies of #D9BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA6D

Black with #D9BA6D

Text Example


Text Example

White with #D9BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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