Html Css Color HEX #DDE952 Manz

📋 copy color: '#DDE952'

red 221 ◦ green 233 ◦ blue 82

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

Shades of Manz #DDE952

Tints of Manz #DDE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

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

R = 41.23%
G = 43.47%
B = 15.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#DDE952 (or 0xDDE952) is known color: Manz. HEX triplet: DD, E9 and 52. RGB value is (221,233,82). Sum of RGB (Red+Green+Blue) = 221+233+82=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE952 is #2216AD. Grayscale: #D4D4D4. Windows color (decimal): -2234030 or 5433821. OLE color: 5433821.

HSL color Cylindrical-coordinate representation of color #DDE952: hue angle of 64.77º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDE952 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 82 -
CMYK 0.05 0 0.65 0.09
HSL 64.77º 0.77% 0.62% -
HSV(B) 64.77º 0.65% 0.91% -
XYZ 60.48 74.26 19.13 -
YUV 212.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 221 233 82 0.05 0 0.65 0.09 64.77 0.77 0.62
Hex DD E9 52 5 0 41 9 41 4D 3E
Octal 335 351 122 5 0 101 11 101 115 76
Binary 11011101 11101001 1010010 101 0 1000001 1001 1000001 1001101 111110

Color Harmonies of #DDE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE952

Black with #DDE952

Text Example


Text Example

White with #DDE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE952; }

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

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

background-color css

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

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

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

border-color css

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

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

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