Html Css Color HEX #DBDC59 Manz

📋 copy color: '#DBDC59'

red 219 ◦ green 220 ◦ blue 89

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

Shades of Manz #DBDC59

Tints of Manz #DBDC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

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

R = 41.48%
G = 41.67%
B = 16.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBDC59 (or 0xDBDC59) is known color: Manz. HEX triplet: DB, DC and 59. RGB value is (219,220,89). Sum of RGB (Red+Green+Blue) = 219+220+89=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC59 is #2423A6. Grayscale: #CDCDCD. Windows color (decimal): -2368423 or 5889243. OLE color: 5889243.

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

Color convert

RGB 219 220 89 -
CMYK 0.00 0 0.60 0.14
HSL 60.46º 0.65% 0.61% -
HSV(B) 60.46º 0.6% 0.86% -
XYZ 56.61 66.97 19.39 -
YUV 204.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 219 220 89 0.00 0 0.60 0.14 60.46 0.65 0.61
Hex DB DC 59 0 0 3C E 3C 41 3D
Octal 333 334 131 0 0 74 16 74 101 75
Binary 11011011 11011100 1011001 0 0 111100 1110 111100 1000001 111101

Color Harmonies of #DBDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC59

Black with #DBDC59

Text Example


Text Example

White with #DBDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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