Html Css Color HEX #DDED52 Manz

📋 copy color: '#DDED52'

red 221 ◦ green 237 ◦ blue 82

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

Shades of Manz #DDED52

Tints of Manz #DDED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

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

R = 40.93%
G = 43.89%
B = 15.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#DDED52 (or 0xDDED52) is known color: Manz. HEX triplet: DD, ED and 52. RGB value is (221,237,82). Sum of RGB (Red+Green+Blue) = 221+237+82=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED52 is #2212AD. Grayscale: #D7D7D7. Windows color (decimal): -2233006 or 5434845. OLE color: 5434845.

HSL color Cylindrical-coordinate representation of color #DDED52: hue angle of 66.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDED52 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 82 -
CMYK 0.07 0 0.65 0.07
HSL 66.19º 0.81% 0.63% -
HSV(B) 66.19º 0.65% 0.93% -
XYZ 61.63 76.55 19.51 -
YUV 214.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 221 237 82 0.07 0 0.65 0.07 66.19 0.81 0.63
Hex DD ED 52 7 0 41 7 42 51 3F
Octal 335 355 122 7 0 101 7 102 121 77
Binary 11011101 11101101 1010010 111 0 1000001 111 1000010 1010001 111111

Color Harmonies of #DDED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED52

Black with #DDED52

Text Example


Text Example

White with #DDED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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