#D6CAB9

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

Shades of Stark White #D6CAB9

Tints of Stark White #D6CAB9

Color information

#D6CAB9 (or 0xD6CAB9) is unknown color: approx Stark White. HEX triplet: D6, CA and B9. RGB value is (214,202,185). Sum of RGB (Red+Green+Blue) = 214+202+185=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAB9 is #293546. Grayscale: #CBCBCB. Windows color (decimal): -2700615 or 12176086. OLE color: 12176086.

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

Color convert

RGB214202185-
CMYK00.060.140.16
HSL35.17º26.13%78.24%-
HSV(B)35.17º13.55%83.92%-
XYZ57.6160.0454.45-
YUV203.65117.48135.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=35.61%
G=33.61%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420218500.060.140.1635.1726.1378.24
HexD6CAB906E10231a4e
Octal3263122710616204332116
Binary1101011011001010101110010110111010000100011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAB9; }

 p { color: rgb(214,202,185); }

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

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

 a { background-color: rgb(214,202,185); }

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

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

 span { border-color: rgb(214,202,185); }

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