Html Css Color HEX #DDE55D Manz

📋 copy color: '#DDE55D'

red 221 ◦ green 229 ◦ blue 93

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

Shades of Manz #DDE55D

Tints of Manz #DDE55D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 93 (36.72% from 255) = 17.13%

R = 40.7%
G = 42.17%
B = 17.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DDE55D (or 0xDDE55D) is known color: Manz. HEX triplet: DD, E5 and 5D. RGB value is (221,229,93). Sum of RGB (Red+Green+Blue) = 221+229+93=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE55D is #221AA2. Grayscale: #D3D3D3. Windows color (decimal): -2235043 or 6153693. OLE color: 6153693.

HSL color Cylindrical-coordinate representation of color #DDE55D: hue angle of 63.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDE55D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 93 -
CMYK 0.03 0 0.59 0.10
HSL 63.53º 0.72% 0.63% -
HSV(B) 63.53º 0.59% 0.9% -
XYZ 59.81 72.2 21.14 -
YUV 211.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 221 229 93 0.03 0 0.59 0.10 63.53 0.72 0.63
Hex DD E5 5D 3 0 3B A 40 48 3F
Octal 335 345 135 3 0 73 12 100 110 77
Binary 11011101 11100101 1011101 11 0 111011 1010 1000000 1001000 111111

Color Harmonies of #DDE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE55D

Black with #DDE55D

Text Example


Text Example

White with #DDE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE55D; }

 p { color: rgb(221,229,93); }

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

background-color css

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

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

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

border-color css

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

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

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