#D9CAB7

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

Shades of Stark White #D9CAB7

Tints of Stark White #D9CAB7

Color information

#D9CAB7 (or 0xD9CAB7) is unknown color: approx Stark White. HEX triplet: D9, CA and B7. RGB value is (217,202,183). Sum of RGB (Red+Green+Blue) = 217+202+183=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAB7 is #263548. Grayscale: #CCCCCC. Windows color (decimal): -2504009 or 12045017. OLE color: 12045017.

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

Color convert

RGB217202183-
CMYK00.070.160.15
HSL33.53º30.91%78.43%-
HSV(B)33.53º15.67%85.1%-
XYZ58.2860.4153.39-
YUV204.32115.97137.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 183 (71.88% from 255) = 30.40%
R=36.05%
G=33.55%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720218300.070.160.1533.5330.9178.43
HexD9CAB70710F221f4e
Octal3313122670720174237116
Binary1101100111001010101101110111100001111100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAB7; }

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

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

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

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

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

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

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

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