#DBC682

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

Shades of Sandwisp #DBC682

Tints of Sandwisp #DBC682

Color information

#DBC682 (or 0xDBC682) is unknown color: approx Sandwisp. HEX triplet: DB, C6 and 82. RGB value is (219,198,130). Sum of RGB (Red+Green+Blue) = 219+198+130=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC682 is #24397D. Grayscale: #C4C4C4. Windows color (decimal): -2374014 or 8570587. OLE color: 8570587.

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

Color convert

RGB219198130-
CMYK00.100.410.14
HSL45.84º55.28%68.43%-
HSV(B)45.84º40.64%85.88%-
XYZ53.4457.0629.32-
YUV196.5390.46144.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=40.04%
G=36.20%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919813000.100.410.1445.8455.2868.43
HexDBC6820A29E2e3744
Octal33330620201251165667104
Binary1101101111000110100000100101010100111101011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC682; }

 p { color: rgb(219,198,130); }

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

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

 a { background-color: rgb(219,198,130); }

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

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

 span { border-color: rgb(219,198,130); }

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