Html Css Color HEX #DDDA50 Manz

📋 copy color: '#DDDA50'

red 221 ◦ green 218 ◦ blue 80

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

Shades of Manz #DDDA50

Tints of Manz #DDDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 42.58%
G = 42%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDDA50 (or 0xDDDA50) is known color: Manz. HEX triplet: DD, DA and 50. RGB value is (221,218,80). Sum of RGB (Red+Green+Blue) = 221+218+80=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA50 is #2225AF. Grayscale: #CBCBCB. Windows color (decimal): -2237872 or 5298909. OLE color: 5298909.

HSL color Cylindrical-coordinate representation of color #DDDA50: hue angle of 58.72º degrees, saturation: 0.67, 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 #DDDA50 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 80 -
CMYK 0 0.01 0.64 0.13
HSL 58.72º 0.67% 0.59% -
HSV(B) 58.72º 0.64% 0.87% -
XYZ 56.34 66.09 17.38 -
YUV 203.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 221 218 80 0 0.01 0.64 0.13 58.72 0.67 0.59
Hex DD DA 50 0 1 40 D 3B 43 3B
Octal 335 332 120 0 1 100 15 73 103 73
Binary 11011101 11011010 1010000 0 1 1000000 1101 111011 1000011 111011

Color Harmonies of #DDDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA50

Black with #DDDA50

Text Example


Text Example

White with #DDDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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