#DBC881

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

Shades of Sandwisp #DBC881

Tints of Sandwisp #DBC881

Color information

#DBC881 (or 0xDBC881) is unknown color: approx Sandwisp. HEX triplet: DB, C8 and 81. RGB value is (219,200,129). Sum of RGB (Red+Green+Blue) = 219+200+129=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC881 is #24377E. Grayscale: #C5C5C5. Windows color (decimal): -2373503 or 8505563. OLE color: 8505563.

HSL color Cylindrical-coordinate representation of color #DBC881: hue angle of 47.33º degrees, saturation: 0.56, 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 #DBC881 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219200129-
CMYK00.090.410.14
HSL47.33º55.56%68.24%-
HSV(B)47.33º41.1%85.88%-
XYZ53.8357.9529.12-
YUV197.5989.29143.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=39.96%
G=36.50%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920012900.090.410.1447.3355.5668.24
HexDBC8810929E2f3844
Octal33331020101151165770104
Binary1101101111001000100000010100110100111101011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC881; }

 p { color: rgb(219,200,129); }

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

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

 a { background-color: rgb(219,200,129); }

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

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

 span { border-color: rgb(219,200,129); }

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