Html Css Color HEX #DDE252 Manz

📋 copy color: '#DDE252'

red 221 ◦ green 226 ◦ blue 82

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

Shades of Manz #DDE252

Tints of Manz #DDE252

RGB

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

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

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

R = 41.78%
G = 42.72%
B = 15.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#DDE252 (or 0xDDE252) is known color: Manz. HEX triplet: DD, E2 and 52. RGB value is (221,226,82). Sum of RGB (Red+Green+Blue) = 221+226+82=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE252 is #221DAD. Grayscale: #D0D0D0. Windows color (decimal): -2235822 or 5432029. OLE color: 5432029.

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

Color convert

RGB 221 226 82 -
CMYK 0.02 0 0.64 0.11
HSL 62.08º 0.71% 0.6% -
HSV(B) 62.08º 0.64% 0.89% -
XYZ 58.54 70.37 18.48 -
YUV 208.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 221 226 82 0.02 0 0.64 0.11 62.08 0.71 0.6
Hex DD E2 52 2 0 40 B 3E 47 3C
Octal 335 342 122 2 0 100 13 76 107 74
Binary 11011101 11100010 1010010 10 0 1000000 1011 111110 1000111 111100

Color Harmonies of #DDE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE252

Black with #DDE252

Text Example


Text Example

White with #DDE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE252; }

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

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

background-color css

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

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

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

border-color css

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

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

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