Html Css Color HEX #DCDD59 Manz

📋 copy color: '#DCDD59'

red 220 ◦ green 221 ◦ blue 89

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

Shades of Manz #DCDD59

Tints of Manz #DCDD59

RGB

 RED value IS 220 (86.33% from 255) = 41.51%

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 41.51%
G = 41.7%
B = 16.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DCDD59 (or 0xDCDD59) is known color: Manz. HEX triplet: DC, DD and 59. RGB value is (220,221,89). Sum of RGB (Red+Green+Blue) = 220+221+89=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD59 is #2322A6. Grayscale: #CECECE. Windows color (decimal): -2302631 or 5889500. OLE color: 5889500.

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

Color convert

RGB 220 221 89 -
CMYK 0.00 0 0.60 0.13
HSL 60.45º 0.66% 0.61% -
HSV(B) 60.45º 0.6% 0.87% -
XYZ 57.17 67.65 19.5 -
YUV 205.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 220 221 89 0.00 0 0.60 0.13 60.45 0.66 0.61
Hex DC DD 59 0 0 3C D 3C 42 3D
Octal 334 335 131 0 0 74 15 74 102 75
Binary 11011100 11011101 1011001 0 0 111100 1101 111100 1000010 111101

Color Harmonies of #DCDD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD59

Black with #DCDD59

Text Example


Text Example

White with #DCDD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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