#DBCAB7

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

Shades of Stark White #DBCAB7

Tints of Stark White #DBCAB7

Color information

#DBCAB7 (or 0xDBCAB7) is unknown color: approx Stark White. HEX triplet: DB, CA and B7. RGB value is (219,202,183). Sum of RGB (Red+Green+Blue) = 219+202+183=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB7 is #243548. Grayscale: #CDCDCD. Windows color (decimal): -2372937 or 12045019. OLE color: 12045019.

HSL color Cylindrical-coordinate representation of color #DBCAB7: hue angle of 31.67º degrees, saturation: 0.33, 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 #DBCAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219202183-
CMYK00.080.160.14
HSL31.67º33.33%78.82%-
HSV(B)31.67º16.44%85.88%-
XYZ58.8860.7253.42-
YUV204.92115.63138.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=36.26%
G=33.44%
B=30.30%

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
Decimal21920218300.080.160.1431.6733.3378.82
HexDBCAB70810E20214f
Octal33331226701020164041117
Binary110110111100101010110111010001000011101000001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB7; }

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

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

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

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

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

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

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

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