#DBC782

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

Shades of Sandwisp #DBC782

Tints of Sandwisp #DBC782

Color information

#DBC782 (or 0xDBC782) is unknown color: approx Sandwisp. HEX triplet: DB, C7 and 82. RGB value is (219,199,130). Sum of RGB (Red+Green+Blue) = 219+199+130=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC782 is #24387D. Grayscale: #C5C5C5. Windows color (decimal): -2373758 or 8570843. OLE color: 8570843.

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

Color convert

RGB219199130-
CMYK00.090.410.14
HSL46.52º55.28%68.43%-
HSV(B)46.52º40.64%85.88%-
XYZ53.6757.5229.39-
YUV197.1190.13143.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=39.96%
G=36.31%
B=23.72%

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
Decimal21919913000.090.410.1446.5255.2868.43
HexDBC7820929E2f3744
Octal33330720201151165767104
Binary1101101111000111100000100100110100111101011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC782; }

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

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

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

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

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

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

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

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