Html Css Color HEX #DDD860 Manz

📋 copy color: '#DDD860'

red 221 ◦ green 216 ◦ blue 96

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

Shades of Manz #DDD860

Tints of Manz #DDD860

RGB

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

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

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

R = 41.46%
G = 40.53%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD860 (or 0xDDD860) is known color: Manz. HEX triplet: DD, D8 and 60. RGB value is (221,216,96). Sum of RGB (Red+Green+Blue) = 221+216+96=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD860 is #22279F. Grayscale: #CCCCCC. Windows color (decimal): -2238368 or 6346973. OLE color: 6346973.

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

Color convert

RGB 221 216 96 -
CMYK 0 0.02 0.57 0.13
HSL 57.6º 0.65% 0.62% -
HSV(B) 57.6º 0.57% 0.87% -
XYZ 56.49 65.33 20.7 -
YUV 203.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 221 216 96 0 0.02 0.57 0.13 57.6 0.65 0.62
Hex DD D8 60 0 2 39 D 3A 41 3E
Octal 335 330 140 0 2 71 15 72 101 76
Binary 11011101 11011000 1100000 0 10 111001 1101 111010 1000001 111110

Color Harmonies of #DDD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD860

Black with #DDD860

Text Example


Text Example

White with #DDD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD860; }

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

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

background-color css

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

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

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

border-color css

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

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

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