Html Css Color HEX #DDD559 Manz

📋 copy color: '#DDD559'

red 221 ◦ green 213 ◦ blue 89

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

Shades of Manz #DDD559

Tints of Manz #DDD559

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.73%

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

R = 42.26%
G = 40.73%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD559 (or 0xDDD559) is known color: Manz. HEX triplet: DD, D5 and 59. RGB value is (221,213,89). Sum of RGB (Red+Green+Blue) = 221+213+89=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD559 is #222AA6. Grayscale: #C9C9C9. Windows color (decimal): -2239143 or 5887453. OLE color: 5887453.

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

Color convert

RGB 221 213 89 -
CMYK 0 0.04 0.60 0.13
HSL 56.36º 0.66% 0.61% -
HSV(B) 56.36º 0.6% 0.87% -
XYZ 55.42 63.68 18.82 -
YUV 201.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 221 213 89 0 0.04 0.60 0.13 56.36 0.66 0.61
Hex DD D5 59 0 4 3C D 38 42 3D
Octal 335 325 131 0 4 74 15 70 102 75
Binary 11011101 11010101 1011001 0 100 111100 1101 111000 1000010 111101

Color Harmonies of #DDD559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD559

Black with #DDD559

Text Example


Text Example

White with #DDD559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD559; }

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

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

background-color css

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

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

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

border-color css

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

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

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