Html Css Color HEX #DDEA52 Manz

📋 copy color: '#DDEA52'

red 221 ◦ green 234 ◦ blue 82

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

Shades of Manz #DDEA52

Tints of Manz #DDEA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

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

R = 41.15%
G = 43.58%
B = 15.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#DDEA52 (or 0xDDEA52) is known color: Manz. HEX triplet: DD, EA and 52. RGB value is (221,234,82). Sum of RGB (Red+Green+Blue) = 221+234+82=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA52 is #2215AD. Grayscale: #D5D5D5. Windows color (decimal): -2233774 or 5434077. OLE color: 5434077.

HSL color Cylindrical-coordinate representation of color #DDEA52: hue angle of 65.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDEA52 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 82 -
CMYK 0.06 0 0.65 0.08
HSL 65.13º 0.78% 0.62% -
HSV(B) 65.13º 0.65% 0.92% -
XYZ 60.76 74.83 19.22 -
YUV 212.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 221 234 82 0.06 0 0.65 0.08 65.13 0.78 0.62
Hex DD EA 52 6 0 41 8 41 4E 3E
Octal 335 352 122 6 0 101 10 101 116 76
Binary 11011101 11101010 1010010 110 0 1000001 1000 1000001 1001110 111110

Color Harmonies of #DDEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA52

Black with #DDEA52

Text Example


Text Example

White with #DDEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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