#DBC985

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

Shades of Sandwisp #DBC985

Tints of Sandwisp #DBC985

Color information

#DBC985 (or 0xDBC985) is unknown color: approx Sandwisp. HEX triplet: DB, C9 and 85. RGB value is (219,201,133). Sum of RGB (Red+Green+Blue) = 219+201+133=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC985 is #24367A. Grayscale: #C6C6C6. Windows color (decimal): -2373243 or 8767963. OLE color: 8767963.

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

Color convert

RGB219201133-
CMYK00.080.390.14
HSL47.44º54.43%69.02%-
HSV(B)47.44º39.27%85.88%-
XYZ54.3358.5330.62-
YUV198.6390.96142.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=39.60%
G=36.35%
B=24.05%

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
Decimal21920113300.080.390.1447.4454.4369.02
HexDBC9850827E2f3645
Octal33331120501047165766105
Binary1101101111001001100001010100010011111101011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC985; }

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

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

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

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

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

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

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

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