#D9C0AF

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

Shades of Just Right #D9C0AF

Tints of Just Right #D9C0AF

Color information

#D9C0AF (or 0xD9C0AF) is unknown color: approx Just Right. HEX triplet: D9, C0 and AF. RGB value is (217,192,175). Sum of RGB (Red+Green+Blue) = 217+192+175=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0AF is #263F50. Grayscale: #C5C5C5. Windows color (decimal): -2506577 or 11518169. OLE color: 11518169.

HSL color Cylindrical-coordinate representation of color #D9C0AF: hue angle of 24.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C0AF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217192175-
CMYK00.120.190.15
HSL24.29º35.59%76.86%-
HSV(B)24.29º19.35%85.1%-
XYZ55.255.5548.37-
YUV197.54115.28141.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=37.16%
G=32.88%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719217500.120.190.1524.2935.5976.86
HexD9C0AF0C13F18244d
Octal33130025701423173044115
Binary11011001110000001010111101100100111111110001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C0AF; }

 p { color: rgb(217,192,175); }

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

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

 a { background-color: rgb(217,192,175); }

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

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

 span { border-color: rgb(217,192,175); }

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