Html Css Color HEX #DDD160 Manz

📋 copy color: '#DDD160'

red 221 ◦ green 209 ◦ blue 96

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

Shades of Manz #DDD160

Tints of Manz #DDD160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 42.02%
G = 39.73%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD160 (or 0xDDD160) is known color: Manz. HEX triplet: DD, D1 and 60. RGB value is (221,209,96). Sum of RGB (Red+Green+Blue) = 221+209+96=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD160 is #222E9F. Grayscale: #C8C8C8. Windows color (decimal): -2240160 or 6345181. OLE color: 6345181.

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

Color convert

RGB 221 209 96 -
CMYK 0 0.05 0.57 0.13
HSL 54.24º 0.65% 0.62% -
HSV(B) 54.24º 0.57% 0.87% -
XYZ 54.73 61.82 20.11 -
YUV 199.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 221 209 96 0 0.05 0.57 0.13 54.24 0.65 0.62
Hex DD D1 60 0 5 39 D 36 41 3E
Octal 335 321 140 0 5 71 15 66 101 76
Binary 11011101 11010001 1100000 0 101 111001 1101 110110 1000001 111110

Color Harmonies of #DDD160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD160

Black with #DDD160

Text Example


Text Example

White with #DDD160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD160; }

 p { color: rgb(221,209,96); }

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

background-color css

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

 a { background-color: rgb(221,209,96); }

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

border-color css

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

 span { border-color: rgb(221,209,96); }

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