#DBCA8B

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

Shades of Sandwisp #DBCA8B

Tints of Sandwisp #DBCA8B

Color information

#DBCA8B (or 0xDBCA8B) is unknown color: approx Sandwisp. HEX triplet: DB, CA and 8B. RGB value is (219,202,139). Sum of RGB (Red+Green+Blue) = 219+202+139=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA8B is #243574. Grayscale: #C8C8C8. Windows color (decimal): -2372981 or 9161435. OLE color: 9161435.

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

Color convert

RGB219202139-
CMYK00.080.370.14
HSL47.25º52.63%70.2%-
HSV(B)47.25º36.53%85.88%-
XYZ54.9959.1732.95-
YUV199.993.63141.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=39.11%
G=36.07%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920213900.080.370.1447.2552.6370.2
HexDBCA8B0825E2f3546
Octal33331221301045165765106
Binary1101101111001010100010110100010010111101011111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA8B; }

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

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

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

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

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

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

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

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