Html Css Color HEX #DDD558 Manz

📋 copy color: '#DDD558'

red 221 ◦ green 213 ◦ blue 88

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

Shades of Manz #DDD558

Tints of Manz #DDD558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 42.34%
G = 40.8%
B = 16.86%

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

#DDD558 (or 0xDDD558) is known color: Manz. HEX triplet: DD, D5 and 58. RGB value is (221,213,88). Sum of RGB (Red+Green+Blue) = 221+213+88=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD558 is #222AA7. Grayscale: #C9C9C9. Windows color (decimal): -2239144 or 5821917. OLE color: 5821917.

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

Color convert

RGB 221 213 88 -
CMYK 0 0.04 0.60 0.13
HSL 56.39º 0.66% 0.61% -
HSV(B) 56.39º 0.6% 0.87% -
XYZ 55.37 63.67 18.6 -
YUV 201.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 221 213 88 0 0.04 0.60 0.13 56.39 0.66 0.61
Hex DD D5 58 0 4 3C D 38 42 3D
Octal 335 325 130 0 4 74 15 70 102 75
Binary 11011101 11010101 1011000 0 100 111100 1101 111000 1000010 111101

Color Harmonies of #DDD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD558

Black with #DDD558

Text Example


Text Example

White with #DDD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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