Html Css Color HEX #DDD560 Manz

📋 copy color: '#DDD560'

red 221 ◦ green 213 ◦ blue 96

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

Shades of Manz #DDD560

Tints of Manz #DDD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

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

R = 41.7%
G = 40.19%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD560 (or 0xDDD560) is known color: Manz. HEX triplet: DD, D5 and 60. RGB value is (221,213,96). Sum of RGB (Red+Green+Blue) = 221+213+96=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD560 is #222A9F. Grayscale: #CACACA. Windows color (decimal): -2239136 or 6346205. OLE color: 6346205.

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

Color convert

RGB 221 213 96 -
CMYK 0 0.04 0.57 0.13
HSL 56.16º 0.65% 0.62% -
HSV(B) 56.16º 0.57% 0.87% -
XYZ 55.72 63.81 20.44 -
YUV 202.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 221 213 96 0 0.04 0.57 0.13 56.16 0.65 0.62
Hex DD D5 60 0 4 39 D 38 41 3E
Octal 335 325 140 0 4 71 15 70 101 76
Binary 11011101 11010101 1100000 0 100 111001 1101 111000 1000001 111110

Color Harmonies of #DDD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD560

Black with #DDD560

Text Example


Text Example

White with #DDD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD560; }

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

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

background-color css

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

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

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

border-color css

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

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

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