Html Css Color HEX #DDD161 Manz

📋 copy color: '#DDD161'

red 221 ◦ green 209 ◦ blue 97

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

Shades of Manz #DDD161

Tints of Manz #DDD161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.41%

R = 41.94%
G = 39.66%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD161 (or 0xDDD161) is known color: Manz. HEX triplet: DD, D1 and 61. RGB value is (221,209,97). Sum of RGB (Red+Green+Blue) = 221+209+97=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD161 is #222E9E. Grayscale: #C8C8C8. Windows color (decimal): -2240159 or 6410717. OLE color: 6410717.

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

Color convert

RGB 221 209 97 -
CMYK 0 0.05 0.56 0.13
HSL 54.19º 0.65% 0.62% -
HSV(B) 54.19º 0.56% 0.87% -
XYZ 54.78 61.84 20.36 -
YUV 199.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 221 209 97 0 0.05 0.56 0.13 54.19 0.65 0.62
Hex DD D1 61 0 5 38 D 36 41 3E
Octal 335 321 141 0 5 70 15 66 101 76
Binary 11011101 11010001 1100001 0 101 111000 1101 110110 1000001 111110

Color Harmonies of #DDD161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD161

Black with #DDD161

Text Example


Text Example

White with #DDD161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD161; }

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

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

background-color css

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

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

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

border-color css

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

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

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