Html Css Color HEX #DDD557 Manz

📋 copy color: '#DDD557'

red 221 ◦ green 213 ◦ blue 87

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

Shades of Manz #DDD557

Tints of Manz #DDD557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.7%

R = 42.42%
G = 40.88%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDD557 (or 0xDDD557) is known color: Manz. HEX triplet: DD, D5 and 57. RGB value is (221,213,87). Sum of RGB (Red+Green+Blue) = 221+213+87=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD557 is #222AA8. Grayscale: #C9C9C9. Windows color (decimal): -2239145 or 5756381. OLE color: 5756381.

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

Color convert

RGB 221 213 87 -
CMYK 0 0.04 0.61 0.13
HSL 56.42º 0.66% 0.6% -
HSV(B) 56.42º 0.61% 0.87% -
XYZ 55.33 63.65 18.39 -
YUV 201.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 221 213 87 0 0.04 0.61 0.13 56.42 0.66 0.6
Hex DD D5 57 0 4 3D D 38 42 3C
Octal 335 325 127 0 4 75 15 70 102 74
Binary 11011101 11010101 1010111 0 100 111101 1101 111000 1000010 111100

Color Harmonies of #DDD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD557

Black with #DDD557

Text Example


Text Example

White with #DDD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD557; }

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

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

background-color css

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

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

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

border-color css

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

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

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