Html Css Color HEX #DDED53 Manz

📋 copy color: '#DDED53'

red 221 ◦ green 237 ◦ blue 83

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

Shades of Manz #DDED53

Tints of Manz #DDED53

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 83 (32.81% from 255) = 15.34%

R = 40.85%
G = 43.81%
B = 15.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#DDED53 (or 0xDDED53) is known color: Manz. HEX triplet: DD, ED and 53. RGB value is (221,237,83). Sum of RGB (Red+Green+Blue) = 221+237+83=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED53 is #2212AC. Grayscale: #D7D7D7. Windows color (decimal): -2233005 or 5500381. OLE color: 5500381.

HSL color Cylindrical-coordinate representation of color #DDED53: hue angle of 66.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDED53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 83 -
CMYK 0.07 0 0.65 0.07
HSL 66.23º 0.81% 0.63% -
HSV(B) 66.23º 0.65% 0.93% -
XYZ 61.66 76.57 19.71 -
YUV 214.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 221 237 83 0.07 0 0.65 0.07 66.23 0.81 0.63
Hex DD ED 53 7 0 41 7 42 51 3F
Octal 335 355 123 7 0 101 7 102 121 77
Binary 11011101 11101101 1010011 111 0 1000001 111 1000010 1010001 111111

Color Harmonies of #DDED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED53

Black with #DDED53

Text Example


Text Example

White with #DDED53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED53; }

 p { color: rgb(221,237,83); }

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

background-color css

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

 a { background-color: rgb(221,237,83); }

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

border-color css

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

 span { border-color: rgb(221,237,83); }

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