#DBDB5B

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

Shades of Manz #DBDB5B

Tints of Manz #DBDB5B

Color information

#DBDB5B (or 0xDBDB5B) is unknown color: approx Manz. HEX triplet: DB, DB and 5B. RGB value is (219,219,91). Sum of RGB (Red+Green+Blue) = 219+219+91=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB5B is #2424A4. Grayscale: #CCCCCC. Windows color (decimal): -2368677 or 6020059. OLE color: 6020059.

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

Color convert

RGB21921991-
CMYK000.580.14
HSL60º64%60.78%-
HSV(B)60º58.45%85.88%-
XYZ56.4366.4819.75-
YUV204.4164138.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 91 (35.94% from 255) = 17.20%
R=41.40%
G=41.40%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921991000.580.14606460.78
HexDBDB5B003AE3c403d
Octal3333331330072167410075
Binary110110111101101110110110011101011101111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB5B; }

 p { color: rgb(219,219,91); }

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

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

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

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

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

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

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