Html Css Color HEX #D9BA6E Chenin

📋 copy color: '#D9BA6E'

red 217 ◦ green 186 ◦ blue 110

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

Shades of Chenin #D9BA6E

Tints of Chenin #D9BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.44%

R = 42.3%
G = 36.26%
B = 21.44%

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

#D9BA6E (or 0xD9BA6E) is known color: Chenin. HEX triplet: D9, BA and 6E. RGB value is (217,186,110). Sum of RGB (Red+Green+Blue) = 217+186+110=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6E is #264591. Grayscale: #BABABA. Windows color (decimal): -2508178 or 7256793. OLE color: 7256793.

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

Color convert

RGB 217 186 110 -
CMYK 0 0.14 0.49 0.15
HSL 42.62º 0.58% 0.64% -
HSV(B) 42.62º 0.49% 0.85% -
XYZ 48.99 51 22.01 -
YUV 186.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 217 186 110 0 0.14 0.49 0.15 42.62 0.58 0.64
Hex D9 BA 6E 0 E 31 F 2B 3A 40
Octal 331 272 156 0 16 61 17 53 72 100
Binary 11011001 10111010 1101110 0 1110 110001 1111 101011 111010 1000000

Color Harmonies of #D9BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA6E

Black with #D9BA6E

Text Example


Text Example

White with #D9BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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