Html Css Color HEX #DDE055 Manz

📋 copy color: '#DDE055'

red 221 ◦ green 224 ◦ blue 85

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

Shades of Manz #DDE055

Tints of Manz #DDE055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.04%

R = 41.7%
G = 42.26%
B = 16.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#DDE055 (or 0xDDE055) is known color: Manz. HEX triplet: DD, E0 and 55. RGB value is (221,224,85). Sum of RGB (Red+Green+Blue) = 221+224+85=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE055 is #221FAA. Grayscale: #CFCFCF. Windows color (decimal): -2236331 or 5628125. OLE color: 5628125.

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

Color convert

RGB 221 224 85 -
CMYK 0.01 0 0.62 0.12
HSL 61.29º 0.69% 0.61% -
HSV(B) 61.29º 0.62% 0.88% -
XYZ 58.11 69.34 18.92 -
YUV 207.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 221 224 85 0.01 0 0.62 0.12 61.29 0.69 0.61
Hex DD E0 55 1 0 3E C 3D 45 3D
Octal 335 340 125 1 0 76 14 75 105 75
Binary 11011101 11100000 1010101 1 0 111110 1100 111101 1000101 111101

Color Harmonies of #DDE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE055

Black with #DDE055

Text Example


Text Example

White with #DDE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE055; }

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

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

background-color css

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

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

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

border-color css

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

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

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