Html Css Color HEX #DDD861 Manz

📋 copy color: '#DDD861'

red 221 ◦ green 216 ◦ blue 97

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

Shades of Manz #DDD861

Tints of Manz #DDD861

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 41.39%
G = 40.45%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD861 (or 0xDDD861) is known color: Manz. HEX triplet: DD, D8 and 61. RGB value is (221,216,97). Sum of RGB (Red+Green+Blue) = 221+216+97=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD861 is #22279E. Grayscale: #CCCCCC. Windows color (decimal): -2238367 or 6412509. OLE color: 6412509.

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

Color convert

RGB 221 216 97 -
CMYK 0 0.02 0.56 0.13
HSL 57.58º 0.65% 0.62% -
HSV(B) 57.58º 0.56% 0.87% -
XYZ 56.53 65.35 20.94 -
YUV 203.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 221 216 97 0 0.02 0.56 0.13 57.58 0.65 0.62
Hex DD D8 61 0 2 38 D 3A 41 3E
Octal 335 330 141 0 2 70 15 72 101 76
Binary 11011101 11011000 1100001 0 10 111000 1101 111010 1000001 111110

Color Harmonies of #DDD861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD861

Black with #DDD861

Text Example


Text Example

White with #DDD861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD861; }

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

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

background-color css

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

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

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

border-color css

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

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

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