Html Css Color HEX #DDE25D Manz

📋 copy color: '#DDE25D'

red 221 ◦ green 226 ◦ blue 93

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

Shades of Manz #DDE25D

Tints of Manz #DDE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

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

R = 40.93%
G = 41.85%
B = 17.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DDE25D (or 0xDDE25D) is known color: Manz. HEX triplet: DD, E2 and 5D. RGB value is (221,226,93). Sum of RGB (Red+Green+Blue) = 221+226+93=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE25D is #221DA2. Grayscale: #D1D1D1. Windows color (decimal): -2235811 or 6152925. OLE color: 6152925.

HSL color Cylindrical-coordinate representation of color #DDE25D: hue angle of 62.26º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDE25D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 93 -
CMYK 0.02 0 0.59 0.11
HSL 62.26º 0.7% 0.63% -
HSV(B) 62.26º 0.59% 0.89% -
XYZ 58.99 70.56 20.87 -
YUV 209.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 221 226 93 0.02 0 0.59 0.11 62.26 0.7 0.63
Hex DD E2 5D 2 0 3B B 3E 46 3F
Octal 335 342 135 2 0 73 13 76 106 77
Binary 11011101 11100010 1011101 10 0 111011 1011 111110 1000110 111111

Color Harmonies of #DDE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE25D

Black with #DDE25D

Text Example


Text Example

White with #DDE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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