Html Css Color HEX #DBDB59 Manz

📋 copy color: '#DBDB59'

red 219 ◦ green 219 ◦ blue 89

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

Shades of Manz #DBDB59

Tints of Manz #DBDB59

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 41.56%
G = 41.56%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBDB59 (or 0xDBDB59) is known color: Manz. HEX triplet: DB, DB and 59. RGB value is (219,219,89). Sum of RGB (Red+Green+Blue) = 219+219+89=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB59 is #2424A6. Grayscale: #CCCCCC. Windows color (decimal): -2368679 or 5888987. OLE color: 5888987.

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

Color convert

RGB 219 219 89 -
CMYK 0 0 0.59 0.14
HSL 60º 0.64% 0.6% -
HSV(B) 60º 0.59% 0.86% -
XYZ 56.35 66.44 19.31 -
YUV 204.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 219 219 89 0 0 0.59 0.14 60 0.64 0.6
Hex DB DB 59 0 0 3B E 3C 40 3C
Octal 333 333 131 0 0 73 16 74 100 74
Binary 11011011 11011011 1011001 0 0 111011 1110 111100 1000000 111100

Color Harmonies of #DBDB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB59

Black with #DBDB59

Text Example


Text Example

White with #DBDB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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