#D9CA75

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

Shades of Chenin #D9CA75

Tints of Chenin #D9CA75

Color information

#D9CA75 (or 0xD9CA75) is unknown color: approx Chenin. HEX triplet: D9, CA and 75. RGB value is (217,202,117). Sum of RGB (Red+Green+Blue) = 217+202+117=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA75 is #26358A. Grayscale: #C5C5C5. Windows color (decimal): -2504075 or 7719641. OLE color: 7719641.

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

Color convert

RGB217202117-
CMYK00.070.460.15
HSL51º56.82%65.49%-
HSV(B)51º46.08%85.1%-
XYZ52.9558.2825.29-
YUV196.882.97142.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=40.49%
G=37.69%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720211700.070.460.155156.8265.49
HexD9CA75072EF333941
Octal3313121650756176371101
Binary11011001110010101110101011110111011111100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA75; }

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

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

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

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

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

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

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

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