Html Css Color HEX #DBD959 Manz

📋 copy color: '#DBD959'

red 219 ◦ green 217 ◦ blue 89

#DBD959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DBD959

Tints of Manz #DBD959

RGB

 RED value IS 219 (85.94% from 255) = 41.71%

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 41.71%
G = 41.33%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBD959 (or 0xDBD959) is known color: Manz. HEX triplet: DB, D9 and 59. RGB value is (219,217,89). Sum of RGB (Red+Green+Blue) = 219+217+89=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD959 is #2426A6. Grayscale: #CBCBCB. Windows color (decimal): -2369191 or 5888475. OLE color: 5888475.

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

Color convert

RGB 219 217 89 -
CMYK 0 0.01 0.59 0.14
HSL 59.08º 0.64% 0.6% -
HSV(B) 59.08º 0.59% 0.86% -
XYZ 55.83 65.41 19.13 -
YUV 203.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 219 217 89 0 0.01 0.59 0.14 59.08 0.64 0.6
Hex DB D9 59 0 1 3B E 3B 40 3C
Octal 333 331 131 0 1 73 16 73 100 74
Binary 11011011 11011001 1011001 0 1 111011 1110 111011 1000000 111100

Color Harmonies of #DBD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD959

Black with #DBD959

Text Example


Text Example

White with #DBD959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD959; }

 p { color: rgb(219,217,89); }

 H1.HeaderClassName
 {
   color: #DBD959;
 }
 .AnyTagClassName
 {
   color: #DBD959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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