#D8C0AF

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

Shades of Just Right #D8C0AF

Tints of Just Right #D8C0AF

Color information

#D8C0AF (or 0xD8C0AF) is unknown color: approx Just Right. HEX triplet: D8, C0 and AF. RGB value is (216,192,175). Sum of RGB (Red+Green+Blue) = 216+192+175=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0AF is #273F50. Grayscale: #C5C5C5. Windows color (decimal): -2572113 or 11518168. OLE color: 11518168.

HSL color Cylindrical-coordinate representation of color #D8C0AF: hue angle of 24.88º degrees, saturation: 0.34, 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 #D8C0AF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216192175-
CMYK00.110.190.15
HSL24.88º34.45%76.67%-
HSV(B)24.88º18.98%84.71%-
XYZ54.9155.3948.36-
YUV197.24115.45141.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=37.05%
G=32.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619217500.110.190.1524.8834.4576.67
HexD8C0AF0B13F19224d
Octal33030025701323173142115
Binary11011000110000001010111101011100111111110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0AF; }

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

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

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

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

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

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

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

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