#DBC880

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

Shades of Sandwisp #DBC880

Tints of Sandwisp #DBC880

Color information

#DBC880 (or 0xDBC880) is unknown color: approx Sandwisp. HEX triplet: DB, C8 and 80. RGB value is (219,200,128). Sum of RGB (Red+Green+Blue) = 219+200+128=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC880 is #24377F. Grayscale: #C5C5C5. Windows color (decimal): -2373504 or 8440027. OLE color: 8440027.

HSL color Cylindrical-coordinate representation of color #DBC880: hue angle of 47.47º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC880 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219200128-
CMYK00.090.420.14
HSL47.47º55.83%68.04%-
HSV(B)47.47º41.55%85.88%-
XYZ53.7657.9328.77-
YUV197.4788.79143.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=40.04%
G=36.56%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920012800.090.420.1447.4755.8368.04
HexDBC880092AE2f3844
Octal33331020001152165770104
Binary1101101111001000100000000100110101011101011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC880; }

 p { color: rgb(219,200,128); }

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

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

 a { background-color: rgb(219,200,128); }

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

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

 span { border-color: rgb(219,200,128); }

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