Html Css Color HEX #DDD859 Manz

📋 copy color: '#DDD859'

red 221 ◦ green 216 ◦ blue 89

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

Shades of Manz #DDD859

Tints of Manz #DDD859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.92%

R = 42.02%
G = 41.06%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD859 (or 0xDDD859) is known color: Manz. HEX triplet: DD, D8 and 59. RGB value is (221,216,89). Sum of RGB (Red+Green+Blue) = 221+216+89=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD859 is #2227A6. Grayscale: #CBCBCB. Windows color (decimal): -2238375 or 5888221. OLE color: 5888221.

HSL color Cylindrical-coordinate representation of color #DDD859: hue angle of 57.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDD859 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 89 -
CMYK 0 0.02 0.60 0.13
HSL 57.73º 0.66% 0.61% -
HSV(B) 57.73º 0.6% 0.87% -
XYZ 56.18 65.21 19.08 -
YUV 203.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 221 216 89 0 0.02 0.60 0.13 57.73 0.66 0.61
Hex DD D8 59 0 2 3C D 3A 42 3D
Octal 335 330 131 0 2 74 15 72 102 75
Binary 11011101 11011000 1011001 0 10 111100 1101 111010 1000010 111101

Color Harmonies of #DDD859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD859

Black with #DDD859

Text Example


Text Example

White with #DDD859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD859; }

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

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

background-color css

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

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

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

border-color css

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

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

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