#DBCAB9

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

Shades of Stark White #DBCAB9

Tints of Stark White #DBCAB9

Color information

#DBCAB9 (or 0xDBCAB9) is unknown color: approx Stark White. HEX triplet: DB, CA and B9. RGB value is (219,202,185). Sum of RGB (Red+Green+Blue) = 219+202+185=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB9 is #243546. Grayscale: #CDCDCD. Windows color (decimal): -2372935 or 12176091. OLE color: 12176091.

HSL color Cylindrical-coordinate representation of color #DBCAB9: hue angle of 30º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCAB9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219202185-
CMYK00.080.160.14
HSL30º32.08%79.22%-
HSV(B)30º15.53%85.88%-
XYZ59.0960.854.52-
YUV205.14116.63137.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=36.14%
G=33.33%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920218500.080.160.143032.0879.22
HexDBCAB90810E1e204f
Octal33331227101020163640117
Binary11011011110010101011100101000100001110111101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB9; }

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

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

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

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

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

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

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

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