#D9CAB3

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

Shades of Stark White #D9CAB3

Tints of Stark White #D9CAB3

Color information

#D9CAB3 (or 0xD9CAB3) is unknown color: approx Stark White. HEX triplet: D9, CA and B3. RGB value is (217,202,179). Sum of RGB (Red+Green+Blue) = 217+202+179=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAB3 is #26354C. Grayscale: #CBCBCB. Windows color (decimal): -2504013 or 11782873. OLE color: 11782873.

HSL color Cylindrical-coordinate representation of color #D9CAB3: hue angle of 36.32º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CAB3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217202179-
CMYK00.070.180.15
HSL36.32º33.33%77.65%-
HSV(B)36.32º17.51%85.1%-
XYZ57.8760.2551.23-
YUV203.86113.97137.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=36.29%
G=33.78%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720217900.070.180.1536.3233.3377.65
HexD9CAB30712F24214e
Octal3313122630722174441116
Binary11011001110010101011001101111001011111001001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAB3; }

 p { color: rgb(217,202,179); }

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

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

 a { background-color: rgb(217,202,179); }

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

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

 span { border-color: rgb(217,202,179); }

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