#D9C375

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

Shades of Chenin #D9C375

Tints of Chenin #D9C375

Color information

#D9C375 (or 0xD9C375) is unknown color: approx Chenin. HEX triplet: D9, C3 and 75. RGB value is (217,195,117). Sum of RGB (Red+Green+Blue) = 217+195+117=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C375 is #263C8A. Grayscale: #C1C1C1. Windows color (decimal): -2505867 or 7717849. OLE color: 7717849.

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

Color convert

RGB217195117-
CMYK00.100.460.15
HSL46.8º56.82%65.49%-
HSV(B)46.8º46.08%85.1%-
XYZ51.3455.0724.75-
YUV192.6985.29145.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=41.02%
G=36.86%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719511700.100.460.1546.856.8265.49
HexD9C3750A2EF2f3941
Octal33130316501256175771101
Binary110110011100001111101010101010111011111011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C375; }

 p { color: rgb(217,195,117); }

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

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

 a { background-color: rgb(217,195,117); }

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

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

 span { border-color: rgb(217,195,117); }

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