#DBCAB2

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

Shades of Stark White #DBCAB2

Tints of Stark White #DBCAB2

Color information

#DBCAB2 (or 0xDBCAB2) is unknown color: approx Stark White. HEX triplet: DB, CA and B2. RGB value is (219,202,178). Sum of RGB (Red+Green+Blue) = 219+202+178=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB2 is #24354D. Grayscale: #CCCCCC. Windows color (decimal): -2372942 or 11717339. OLE color: 11717339.

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

Color convert

RGB219202178-
CMYK00.080.190.14
HSL35.12º36.28%77.84%-
HSV(B)35.12º18.72%85.88%-
XYZ58.3760.5250.72-
YUV204.35113.13138.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=36.56%
G=33.72%
B=29.72%

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
Decimal21920217800.080.190.1435.1236.2877.84
HexDBCAB20813E23244e
Octal33331226201023164344116
Binary110110111100101010110010010001001111101000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB2; }

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

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

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

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

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

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

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

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