Html Css Color HEX #DDD562 Manz

📋 copy color: '#DDD562'

red 221 ◦ green 213 ◦ blue 98

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

Shades of Manz #DDD562

Tints of Manz #DDD562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 41.54%
G = 40.04%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD562 (or 0xDDD562) is known color: Manz. HEX triplet: DD, D5 and 62. RGB value is (221,213,98). Sum of RGB (Red+Green+Blue) = 221+213+98=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD562 is #222A9D. Grayscale: #CACACA. Windows color (decimal): -2239134 or 6477277. OLE color: 6477277.

HSL color Cylindrical-coordinate representation of color #DDD562: hue angle of 56.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDD562 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 98 -
CMYK 0 0.04 0.56 0.13
HSL 56.1º 0.64% 0.63% -
HSV(B) 56.1º 0.56% 0.87% -
XYZ 55.82 63.84 20.94 -
YUV 202.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 221 213 98 0 0.04 0.56 0.13 56.1 0.64 0.63
Hex DD D5 62 0 4 38 D 38 40 3F
Octal 335 325 142 0 4 70 15 70 100 77
Binary 11011101 11010101 1100010 0 100 111000 1101 111000 1000000 111111

Color Harmonies of #DDD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD562

Black with #DDD562

Text Example


Text Example

White with #DDD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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