#DBC780

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

Shades of Sandwisp #DBC780

Tints of Sandwisp #DBC780

Color information

#DBC780 (or 0xDBC780) is unknown color: approx Sandwisp. HEX triplet: DB, C7 and 80. RGB value is (219,199,128). Sum of RGB (Red+Green+Blue) = 219+199+128=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC780 is #24387F. Grayscale: #C5C5C5. Windows color (decimal): -2373760 or 8439771. OLE color: 8439771.

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

Color convert

RGB219199128-
CMYK00.090.420.14
HSL46.81º55.83%68.04%-
HSV(B)46.81º41.55%85.88%-
XYZ53.5357.4728.69-
YUV196.8989.13143.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=40.11%
G=36.45%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919912800.090.420.1446.8155.8368.04
HexDBC780092AE2f3844
Octal33330720001152165770104
Binary1101101111000111100000000100110101011101011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC780; }

 p { color: rgb(219,199,128); }

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

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

 a { background-color: rgb(219,199,128); }

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

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

 span { border-color: rgb(219,199,128); }

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