#D8C7AF

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

Shades of Stark White #D8C7AF

Tints of Stark White #D8C7AF

Color information

#D8C7AF (or 0xD8C7AF) is unknown color: approx Stark White. HEX triplet: D8, C7 and AF. RGB value is (216,199,175). Sum of RGB (Red+Green+Blue) = 216+199+175=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7AF is #273850. Grayscale: #C9C9C9. Windows color (decimal): -2570321 or 11519960. OLE color: 11519960.

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

Color convert

RGB216199175-
CMYK00.080.190.15
HSL35.12º34.45%76.67%-
HSV(B)35.12º18.98%84.71%-
XYZ56.4858.5448.88-
YUV201.35113.13138.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=36.61%
G=33.73%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619917500.080.190.1535.1234.4576.67
HexD8C7AF0813F23224d
Octal33030725701023174342115
Binary110110001100011110101111010001001111111000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C7AF; }

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

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

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

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

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

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

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

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