Html Css Color HEX #DDDF50 Manz

📋 copy color: '#DDDF50'

red 221 ◦ green 223 ◦ blue 80

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

Shades of Manz #DDDF50

Tints of Manz #DDDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 80 (31.64% from 255) = 15.27%

R = 42.18%
G = 42.56%
B = 15.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDDF50 (or 0xDDDF50) is known color: Manz. HEX triplet: DD, DF and 50. RGB value is (221,223,80). Sum of RGB (Red+Green+Blue) = 221+223+80=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF50 is #2220AF. Grayscale: #CECECE. Windows color (decimal): -2236592 or 5300189. OLE color: 5300189.

HSL color Cylindrical-coordinate representation of color #DDDF50: hue angle of 60.84º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDDF50 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 80 -
CMYK 0.01 0 0.64 0.13
HSL 60.84º 0.69% 0.59% -
HSV(B) 60.84º 0.64% 0.87% -
XYZ 57.65 68.73 17.82 -
YUV 206.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 221 223 80 0.01 0 0.64 0.13 60.84 0.69 0.59
Hex DD DF 50 1 0 40 D 3D 45 3B
Octal 335 337 120 1 0 100 15 75 105 73
Binary 11011101 11011111 1010000 1 0 1000000 1101 111101 1000101 111011

Color Harmonies of #DDDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF50

Black with #DDDF50

Text Example


Text Example

White with #DDDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF50; }

 p { color: rgb(221,223,80); }

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

background-color css

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

 a { background-color: rgb(221,223,80); }

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

border-color css

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

 span { border-color: rgb(221,223,80); }

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