#DBC986

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

Shades of Sandwisp #DBC986

Tints of Sandwisp #DBC986

Color information

#DBC986 (or 0xDBC986) is unknown color: approx Sandwisp. HEX triplet: DB, C9 and 86. RGB value is (219,201,134). Sum of RGB (Red+Green+Blue) = 219+201+134=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC986 is #243679. Grayscale: #C7C7C7. Windows color (decimal): -2373242 or 8833499. OLE color: 8833499.

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

Color convert

RGB219201134-
CMYK00.080.390.14
HSL47.29º54.14%69.22%-
HSV(B)47.29º38.81%85.88%-
XYZ54.458.5530.99-
YUV198.7491.46142.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=39.53%
G=36.28%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920113400.080.390.1447.2954.1469.22
HexDBC9860827E2f3645
Octal33331120601047165766105
Binary1101101111001001100001100100010011111101011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC986; }

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

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

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

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

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

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

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

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