#DBCC80

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

Shades of Sandwisp #DBCC80

Tints of Sandwisp #DBCC80

Color information

#DBCC80 (or 0xDBCC80) is unknown color: approx Sandwisp. HEX triplet: DB, CC and 80. RGB value is (219,204,128). Sum of RGB (Red+Green+Blue) = 219+204+128=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC80 is #24337F. Grayscale: #C8C8C8. Windows color (decimal): -2372480 or 8441051. OLE color: 8441051.

HSL color Cylindrical-coordinate representation of color #DBCC80: hue angle of 50.11º 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 #DBCC80 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219204128-
CMYK00.070.420.14
HSL50.11º55.83%68.04%-
HSV(B)50.11º41.55%85.88%-
XYZ54.759.829.08-
YUV199.8287.47141.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=39.75%
G=37.02%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920412800.070.420.1450.1155.8368.04
HexDBCC80072AE323844
Octal3333142000752166270104
Binary110110111100110010000000011110101011101100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC80; }

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

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

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

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

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

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

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

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