#D7CABA

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

Shades of Stark White #D7CABA

Tints of Stark White #D7CABA

Color information

#D7CABA (or 0xD7CABA) is unknown color: approx Stark White. HEX triplet: D7, CA and BA. RGB value is (215,202,186). Sum of RGB (Red+Green+Blue) = 215+202+186=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CABA is #283545. Grayscale: #CCCCCC. Windows color (decimal): -2635078 or 12241623. OLE color: 12241623.

HSL color Cylindrical-coordinate representation of color #D7CABA: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CABA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215202186-
CMYK00.060.130.16
HSL33.1º26.61%78.63%-
HSV(B)33.1º13.49%84.31%-
XYZ58.0160.2355.02-
YUV204.06117.81135.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=35.66%
G=33.50%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520218600.060.130.1633.126.6178.63
HexD7CABA06D10211b4f
Octal3273122720615204133117
Binary1101011111001010101110100110110110000100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CABA; }

 p { color: rgb(215,202,186); }

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

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

 a { background-color: rgb(215,202,186); }

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

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

 span { border-color: rgb(215,202,186); }

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