Html Css Color HEX #DDE053 Manz

📋 copy color: '#DDE053'

red 221 ◦ green 224 ◦ blue 83

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

Shades of Manz #DDE053

Tints of Manz #DDE053

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

 BLUE value IS 83 (32.81% from 255) = 15.72%

R = 41.86%
G = 42.42%
B = 15.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#DDE053 (or 0xDDE053) is known color: Manz. HEX triplet: DD, E0 and 53. RGB value is (221,224,83). Sum of RGB (Red+Green+Blue) = 221+224+83=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE053 is #221FAC. Grayscale: #CFCFCF. Windows color (decimal): -2236333 or 5497053. OLE color: 5497053.

HSL color Cylindrical-coordinate representation of color #DDE053: hue angle of 61.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDE053 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 83 -
CMYK 0.01 0 0.63 0.12
HSL 61.28º 0.69% 0.6% -
HSV(B) 61.28º 0.63% 0.88% -
XYZ 58.04 69.31 18.5 -
YUV 207.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 221 224 83 0.01 0 0.63 0.12 61.28 0.69 0.6
Hex DD E0 53 1 0 3F C 3D 45 3C
Octal 335 340 123 1 0 77 14 75 105 74
Binary 11011101 11100000 1010011 1 0 111111 1100 111101 1000101 111100

Color Harmonies of #DDE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE053

Black with #DDE053

Text Example


Text Example

White with #DDE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE053; }

 p { color: rgb(221,224,83); }

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

background-color css

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

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

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

border-color css

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

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

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