#D8C475

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

Shades of Chenin #D8C475

Tints of Chenin #D8C475

Color information

#D8C475 (or 0xD8C475) is unknown color: approx Chenin. HEX triplet: D8, C4 and 75. RGB value is (216,196,117). Sum of RGB (Red+Green+Blue) = 216+196+117=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C475 is #273B8A. Grayscale: #C1C1C1. Windows color (decimal): -2571147 or 7718104. OLE color: 7718104.

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

Color convert

RGB216196117-
CMYK00.090.460.15
HSL47.88º55.93%65.29%-
HSV(B)47.88º45.83%84.71%-
XYZ51.2755.3624.81-
YUV192.9785.13144.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=40.83%
G=37.05%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619611700.090.460.1547.8855.9365.29
HexD8C475092EF303841
Octal33030416501156176070101
Binary110110001100010011101010100110111011111100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C475; }

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

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

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

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

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

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

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

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