#D8BA75

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

Shades of Chenin #D8BA75

Tints of Chenin #D8BA75

Color information

#D8BA75 (or 0xD8BA75) is unknown color: approx Chenin. HEX triplet: D8, BA and 75. RGB value is (216,186,117). Sum of RGB (Red+Green+Blue) = 216+186+117=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA75 is #27458A. Grayscale: #BBBBBB. Windows color (decimal): -2573707 or 7715544. OLE color: 7715544.

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

Color convert

RGB216186117-
CMYK00.140.460.15
HSL41.82º55.93%65.29%-
HSV(B)41.82º45.83%84.71%-
XYZ49.095124.09-
YUV187.188.44148.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=41.62%
G=35.84%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618611700.140.460.1541.8255.9365.29
HexD8BA750E2EF2a3841
Octal33027216501656175270101
Binary110110001011101011101010111010111011111010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA75; }

 p { color: rgb(216,186,117); }

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

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

 a { background-color: rgb(216,186,117); }

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

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

 span { border-color: rgb(216,186,117); }

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