Html Css Color HEX #DDD857 Manz

📋 copy color: '#DDD857'

red 221 ◦ green 216 ◦ blue 87

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

Shades of Manz #DDD857

Tints of Manz #DDD857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.6%

R = 42.18%
G = 41.22%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDD857 (or 0xDDD857) is known color: Manz. HEX triplet: DD, D8 and 57. RGB value is (221,216,87). Sum of RGB (Red+Green+Blue) = 221+216+87=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD857 is #2227A8. Grayscale: #CBCBCB. Windows color (decimal): -2238377 or 5757149. OLE color: 5757149.

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

Color convert

RGB 221 216 87 -
CMYK 0 0.02 0.61 0.13
HSL 57.76º 0.66% 0.6% -
HSV(B) 57.76º 0.61% 0.87% -
XYZ 56.09 65.17 18.64 -
YUV 202.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 221 216 87 0 0.02 0.61 0.13 57.76 0.66 0.6
Hex DD D8 57 0 2 3D D 3A 42 3C
Octal 335 330 127 0 2 75 15 72 102 74
Binary 11011101 11011000 1010111 0 10 111101 1101 111010 1000010 111100

Color Harmonies of #DDD857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD857

Black with #DDD857

Text Example


Text Example

White with #DDD857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD857; }

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

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

background-color css

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

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

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

border-color css

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

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

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