#D9BA6B

Color #D9BA6B Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #D9BA6B

Tints of Chenin #D9BA6B

Color information

#D9BA6B (or 0xD9BA6B) is unknown color: approx Chenin. HEX triplet: D9, BA and 6B. RGB value is (217,186,107). Sum of RGB (Red+Green+Blue) = 217+186+107=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6B is #264594. Grayscale: #BABABA. Windows color (decimal): -2508181 or 7060185. OLE color: 7060185.

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

Color convert

RGB217186107-
CMYK00.140.510.15
HSL43.09º59.14%63.53%-
HSV(B)43.09º50.69%85.1%-
XYZ48.8350.9321.17-
YUV186.2683.27149.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 107 (42.19% from 255) = 20.98%
R=42.55%
G=36.47%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718610700.140.510.1543.0959.1463.53
HexD9BA6B0E33F2b3b40
Octal33127215301663175373100
Binary110110011011101011010110111011001111111010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA6B; }

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

 H1.HeaderClassName
 {
   color: #D9BA6B;
 }
 .AnyTagClassName
 {
   color: #D9BA6B;
 }
</style>
background-color css

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

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

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

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

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

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