Html Css Color HEX #DDDD52 Manz

📋 copy color: '#DDDD52'

red 221 ◦ green 221 ◦ blue 82

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

Shades of Manz #DDDD52

Tints of Manz #DDDD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 42.18%
G = 42.18%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDDD52 (or 0xDDDD52) is known color: Manz. HEX triplet: DD, DD and 52. RGB value is (221,221,82). Sum of RGB (Red+Green+Blue) = 221+221+82=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD52 is #2222AD. Grayscale: #CDCDCD. Windows color (decimal): -2237102 or 5430749. OLE color: 5430749.

HSL color Cylindrical-coordinate representation of color #DDDD52: hue angle of 60º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDDD52 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 82 -
CMYK 0 0 0.63 0.13
HSL 60º 0.67% 0.59% -
HSV(B) 60º 0.63% 0.87% -
XYZ 57.2 67.69 18.03 -
YUV 205.15 58.5 139.3 -
System Red Green Blue C M Y K H S L
Decimal 221 221 82 0 0 0.63 0.13 60 0.67 0.59
Hex DD DD 52 0 0 3F D 3C 43 3B
Octal 335 335 122 0 0 77 15 74 103 73
Binary 11011101 11011101 1010010 0 0 111111 1101 111100 1000011 111011

Color Harmonies of #DDDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD52

Black with #DDDD52

Text Example


Text Example

White with #DDDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD52; }

 p { color: rgb(221,221,82); }

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

background-color css

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

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

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

border-color css

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

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

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