Html Css Color HEX #DDDB50 Manz

📋 copy color: '#DDDB50'

red 221 ◦ green 219 ◦ blue 80

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

Shades of Manz #DDDB50

Tints of Manz #DDDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

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

R = 42.5%
G = 42.12%
B = 15.38%

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

#DDDB50 (or 0xDDDB50) is known color: Manz. HEX triplet: DD, DB and 50. RGB value is (221,219,80). Sum of RGB (Red+Green+Blue) = 221+219+80=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB50 is #2224AF. Grayscale: #CCCCCC. Windows color (decimal): -2237616 or 5299165. OLE color: 5299165.

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

Color convert

RGB 221 219 80 -
CMYK 0 0.01 0.64 0.13
HSL 59.15º 0.67% 0.59% -
HSV(B) 59.15º 0.64% 0.87% -
XYZ 56.6 66.61 17.46 -
YUV 203.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 221 219 80 0 0.01 0.64 0.13 59.15 0.67 0.59
Hex DD DB 50 0 1 40 D 3B 43 3B
Octal 335 333 120 0 1 100 15 73 103 73
Binary 11011101 11011011 1010000 0 1 1000000 1101 111011 1000011 111011

Color Harmonies of #DDDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB50

Black with #DDDB50

Text Example


Text Example

White with #DDDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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