#D7BA6E

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

Shades of Chenin #D7BA6E

Tints of Chenin #D7BA6E

Color information

#D7BA6E (or 0xD7BA6E) is unknown color: approx Chenin. HEX triplet: D7, BA and 6E. RGB value is (215,186,110). Sum of RGB (Red+Green+Blue) = 215+186+110=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA6E is #284591. Grayscale: #BABABA. Windows color (decimal): -2639250 or 7256791. OLE color: 7256791.

HSL color Cylindrical-coordinate representation of color #D7BA6E: hue angle of 43.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7BA6E is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215186110-
CMYK00.130.490.16
HSL43.43º56.76%63.73%-
HSV(B)43.43º48.84%84.31%-
XYZ48.450.6921.99-
YUV186.0185.11148.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=42.07%
G=36.40%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518611000.130.490.1643.4356.7663.73
HexD7BA6E0D31102b3940
Octal32727215601561205371100
Binary1101011110111010110111001101110001100001010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA6E; }

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

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

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

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

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

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

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

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