#D2C7B3

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

Shades of Stark White #D2C7B3

Tints of Stark White #D2C7B3

Color information

#D2C7B3 (or 0xD2C7B3) is unknown color: approx Stark White. HEX triplet: D2, C7 and B3. RGB value is (210,199,179). Sum of RGB (Red+Green+Blue) = 210+199+179=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7B3 is #2D384C. Grayscale: #C8C8C8. Windows color (decimal): -2963533 or 11782098. OLE color: 11782098.

HSL color Cylindrical-coordinate representation of color #D2C7B3: hue angle of 38.71º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2C7B3 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210199179-
CMYK00.050.150.18
HSL38.71º25.62%76.27%-
HSV(B)38.71º14.76%82.35%-
XYZ55.1457.850.9-
YUV200.01116.14135.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=35.71%
G=33.84%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019917900.050.150.1838.7125.6276.27
HexD2C7B305F12271a4c
Octal3223072630517224732114
Binary1101001011000111101100110101111110010100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7B3; }

 p { color: rgb(210,199,179); }

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

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

 a { background-color: rgb(210,199,179); }

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

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

 span { border-color: rgb(210,199,179); }

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