Html Css Color HEX #DDD959 Manz

📋 copy color: '#DDD959'

red 221 ◦ green 217 ◦ blue 89

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

Shades of Manz #DDD959

Tints of Manz #DDD959

RGB

 RED value IS 221 (86.72% from 255) = 41.94%

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

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

R = 41.94%
G = 41.18%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD959 (or 0xDDD959) is known color: Manz. HEX triplet: DD, D9 and 59. RGB value is (221,217,89). Sum of RGB (Red+Green+Blue) = 221+217+89=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD959 is #2226A6. Grayscale: #CCCCCC. Windows color (decimal): -2238119 or 5888477. OLE color: 5888477.

HSL color Cylindrical-coordinate representation of color #DDD959: hue angle of 58.18º 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 #DDD959 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 89 -
CMYK 0 0.02 0.60 0.13
HSL 58.18º 0.66% 0.61% -
HSV(B) 58.18º 0.6% 0.87% -
XYZ 56.43 65.72 19.16 -
YUV 203.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 221 217 89 0 0.02 0.60 0.13 58.18 0.66 0.61
Hex DD D9 59 0 2 3C D 3A 42 3D
Octal 335 331 131 0 2 74 15 72 102 75
Binary 11011101 11011001 1011001 0 10 111100 1101 111010 1000010 111101

Color Harmonies of #DDD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD959

Black with #DDD959

Text Example


Text Example

White with #DDD959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD959; }

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

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

background-color css

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

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

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

border-color css

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

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

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