Html Css Color HEX #DDDE61 Manz

📋 copy color: '#DDDE61'

red 221 ◦ green 222 ◦ blue 97

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

Shades of Manz #DDDE61

Tints of Manz #DDDE61

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 40.93%
G = 41.11%
B = 17.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDDE61 (or 0xDDDE61) is known color: Manz. HEX triplet: DD, DE and 61. RGB value is (221,222,97). Sum of RGB (Red+Green+Blue) = 221+222+97=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE61 is #22219E. Grayscale: #CFCFCF. Windows color (decimal): -2236831 or 6414045. OLE color: 6414045.

HSL color Cylindrical-coordinate representation of color #DDDE61: hue angle of 60.48º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDDE61 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 97 -
CMYK 0.00 0 0.56 0.13
HSL 60.48º 0.65% 0.63% -
HSV(B) 60.48º 0.56% 0.87% -
XYZ 58.1 68.48 21.46 -
YUV 207.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 221 222 97 0.00 0 0.56 0.13 60.48 0.65 0.63
Hex DD DE 61 0 0 38 D 3C 41 3F
Octal 335 336 141 0 0 70 15 74 101 77
Binary 11011101 11011110 1100001 0 0 111000 1101 111100 1000001 111111

Color Harmonies of #DDDE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE61

Black with #DDDE61

Text Example


Text Example

White with #DDDE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE61; }

 p { color: rgb(221,222,97); }

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

background-color css

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

 a { background-color: rgb(221,222,97); }

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

border-color css

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

 span { border-color: rgb(221,222,97); }

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