#DBC77C

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

Shades of Sandwisp #DBC77C

Tints of Sandwisp #DBC77C

Color information

#DBC77C (or 0xDBC77C) is unknown color: approx Sandwisp. HEX triplet: DB, C7 and 7C. RGB value is (219,199,124). Sum of RGB (Red+Green+Blue) = 219+199+124=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC77C is #243883. Grayscale: #C4C4C4. Windows color (decimal): -2373764 or 8177627. OLE color: 8177627.

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

Color convert

RGB219199124-
CMYK00.090.430.14
HSL47.37º56.89%67.25%-
HSV(B)47.37º43.38%85.88%-
XYZ53.2757.3627.33-
YUV196.4387.13144.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 124 (48.83% from 255) = 22.88%
R=40.41%
G=36.72%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919912400.090.430.1447.3756.8967.25
HexDBC77C092BE2f3943
Octal33330717401153165771103
Binary110110111100011111111000100110101111101011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC77C; }

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

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

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

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

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

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

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

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