#DBCAB4

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

Shades of Stark White #DBCAB4

Tints of Stark White #DBCAB4

Color information

#DBCAB4 (or 0xDBCAB4) is unknown color: approx Stark White. HEX triplet: DB, CA and B4. RGB value is (219,202,180). Sum of RGB (Red+Green+Blue) = 219+202+180=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB4 is #24354B. Grayscale: #CCCCCC. Windows color (decimal): -2372940 or 11848411. OLE color: 11848411.

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

Color convert

RGB219202180-
CMYK00.080.180.14
HSL33.85º35.14%78.24%-
HSV(B)33.85º17.81%85.88%-
XYZ58.5760.651.79-
YUV204.58114.13138.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=36.44%
G=33.61%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920218000.080.180.1433.8535.1478.24
HexDBCAB40812E22234e
Octal33331226401022164243116
Binary110110111100101010110100010001001011101000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB4; }

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

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

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

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

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

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

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

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