Html Css Color HEX #D9BA6A Chenin

📋 copy color: '#D9BA6A'

red 217 ◦ green 186 ◦ blue 106

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

Shades of Chenin #D9BA6A

Tints of Chenin #D9BA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.83%

R = 42.63%
G = 36.54%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9BA6A (or 0xD9BA6A) is known color: Chenin. HEX triplet: D9, BA and 6A. RGB value is (217,186,106). Sum of RGB (Red+Green+Blue) = 217+186+106=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6A is #264595. Grayscale: #BABABA. Windows color (decimal): -2508182 or 6994649. OLE color: 6994649.

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

Color convert

RGB 217 186 106 -
CMYK 0 0.14 0.51 0.15
HSL 43.24º 0.59% 0.63% -
HSV(B) 43.24º 0.51% 0.85% -
XYZ 48.78 50.91 20.89 -
YUV 186.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 217 186 106 0 0.14 0.51 0.15 43.24 0.59 0.63
Hex D9 BA 6A 0 E 33 F 2B 3B 3F
Octal 331 272 152 0 16 63 17 53 73 77
Binary 11011001 10111010 1101010 0 1110 110011 1111 101011 111011 111111

Color Harmonies of #D9BA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA6A

Black with #D9BA6A

Text Example


Text Example

White with #D9BA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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