#D2C1AF

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

Shades of Stark White #D2C1AF

Tints of Stark White #D2C1AF

Color information

#D2C1AF (or 0xD2C1AF) is unknown color: approx Stark White. HEX triplet: D2, C1 and AF. RGB value is (210,193,175). Sum of RGB (Red+Green+Blue) = 210+193+175=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C1AF is #2D3E50. Grayscale: #C4C4C4. Windows color (decimal): -2965073 or 11518418. OLE color: 11518418.

HSL color Cylindrical-coordinate representation of color #D2C1AF: hue angle of 30.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C1AF is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210193175-
CMYK00.080.170.18
HSL30.86º28%75.49%-
HSV(B)30.86º16.67%82.35%-
XYZ53.3954.9448.35-
YUV196.03116.13137.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=36.33%
G=33.39%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019317500.080.170.1830.862875.49
HexD2C1AF0811121f1c4b
Octal32230125701021223734113
Binary11010010110000011010111101000100011001011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1AF; }

 p { color: rgb(210,193,175); }

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

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

 a { background-color: rgb(210,193,175); }

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

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

 span { border-color: rgb(210,193,175); }

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