#DBC983

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

Shades of Sandwisp #DBC983

Tints of Sandwisp #DBC983

Color information

#DBC983 (or 0xDBC983) is unknown color: approx Sandwisp. HEX triplet: DB, C9 and 83. RGB value is (219,201,131). Sum of RGB (Red+Green+Blue) = 219+201+131=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC983 is #24367C. Grayscale: #C6C6C6. Windows color (decimal): -2373245 or 8636891. OLE color: 8636891.

HSL color Cylindrical-coordinate representation of color #DBC983: hue angle of 47.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBC983 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219201131-
CMYK00.080.400.14
HSL47.73º55%68.63%-
HSV(B)47.73º40.18%85.88%-
XYZ54.258.4729.9-
YUV198.489.96142.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=39.75%
G=36.48%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920113100.080.400.1447.735568.63
HexDBC9830828E303745
Octal33331120301050166067105
Binary1101101111001001100000110100010100011101100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC983; }

 p { color: rgb(219,201,131); }

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

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

 a { background-color: rgb(219,201,131); }

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

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

 span { border-color: rgb(219,201,131); }

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