#DBD85A

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

Shades of Manz #DBD85A

Tints of Manz #DBD85A

Color information

#DBD85A (or 0xDBD85A) is unknown color: approx Manz. HEX triplet: DB, D8 and 5A. RGB value is (219,216,90). Sum of RGB (Red+Green+Blue) = 219+216+90=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD85A is #2427A5. Grayscale: #CBCBCB. Windows color (decimal): -2369446 or 5953755. OLE color: 5953755.

HSL color Cylindrical-coordinate representation of color #DBD85A: hue angle of 58.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBD85A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21921690-
CMYK00.010.590.14
HSL58.6º64.18%60.59%-
HSV(B)58.6º58.9%85.88%-
XYZ55.6164.9119.27-
YUV202.5364.49139.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 90 (35.55% from 255) = 17.14%
R=41.71%
G=41.14%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192169000.010.590.1458.664.1860.59
HexDBD85A013BE3b403d
Octal3333301320173167310075
Binary110110111101100010110100111101111101110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD85A; }

 p { color: rgb(219,216,90); }

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

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

 a { background-color: rgb(219,216,90); }

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

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

 span { border-color: rgb(219,216,90); }

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