Html Css Color HEX #DDD455 Manz

📋 copy color: '#DDD455'

red 221 ◦ green 212 ◦ blue 85

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

Shades of Manz #DDD455

Tints of Manz #DDD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 85 (33.59% from 255) = 16.41%

R = 42.66%
G = 40.93%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD455 (or 0xDDD455) is known color: Manz. HEX triplet: DD, D4 and 55. RGB value is (221,212,85). Sum of RGB (Red+Green+Blue) = 221+212+85=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD455 is #222BAA. Grayscale: #C8C8C8. Windows color (decimal): -2239403 or 5625053. OLE color: 5625053.

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

Color convert

RGB 221 212 85 -
CMYK 0 0.04 0.62 0.13
HSL 56.03º 0.67% 0.6% -
HSV(B) 56.03º 0.62% 0.87% -
XYZ 55 63.12 17.88 -
YUV 200.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 221 212 85 0 0.04 0.62 0.13 56.03 0.67 0.6
Hex DD D4 55 0 4 3E D 38 43 3C
Octal 335 324 125 0 4 76 15 70 103 74
Binary 11011101 11010100 1010101 0 100 111110 1101 111000 1000011 111100

Color Harmonies of #DDD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD455

Black with #DDD455

Text Example


Text Example

White with #DDD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD455; }

 p { color: rgb(221,212,85); }

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

background-color css

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

 a { background-color: rgb(221,212,85); }

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

border-color css

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

 span { border-color: rgb(221,212,85); }

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