#DBCAB1

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

Shades of Stark White #DBCAB1

Tints of Stark White #DBCAB1

Color information

#DBCAB1 (or 0xDBCAB1) is unknown color: approx Stark White. HEX triplet: DB, CA and B1. RGB value is (219,202,177). Sum of RGB (Red+Green+Blue) = 219+202+177=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB1 is #24354E. Grayscale: #CCCCCC. Windows color (decimal): -2372943 or 11651803. OLE color: 11651803.

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

Color convert

RGB219202177-
CMYK00.080.190.14
HSL35.71º36.84%77.65%-
HSV(B)35.71º19.18%85.88%-
XYZ58.2760.4850.2-
YUV204.23112.63138.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=36.62%
G=33.78%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920217700.080.190.1435.7136.8477.65
HexDBCAB10813E24254e
Octal33331226101023164445116
Binary110110111100101010110001010001001111101001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB1; }

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

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

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

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

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

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

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

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