Html Css Color HEX #DDD655 Manz

📋 copy color: '#DDD655'

red 221 ◦ green 214 ◦ blue 85

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

Shades of Manz #DDD655

Tints of Manz #DDD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

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

R = 42.5%
G = 41.15%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD655 (or 0xDDD655) is known color: Manz. HEX triplet: DD, D6 and 55. RGB value is (221,214,85). Sum of RGB (Red+Green+Blue) = 221+214+85=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD655 is #2229AA. Grayscale: #C9C9C9. Windows color (decimal): -2238891 or 5625565. OLE color: 5625565.

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

Color convert

RGB 221 214 85 -
CMYK 0 0.03 0.62 0.13
HSL 56.91º 0.67% 0.6% -
HSV(B) 56.91º 0.62% 0.87% -
XYZ 55.51 64.12 18.05 -
YUV 201.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 221 214 85 0 0.03 0.62 0.13 56.91 0.67 0.6
Hex DD D6 55 0 3 3E D 39 43 3C
Octal 335 326 125 0 3 76 15 71 103 74
Binary 11011101 11010110 1010101 0 11 111110 1101 111001 1000011 111100

Color Harmonies of #DDD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD655

Black with #DDD655

Text Example


Text Example

White with #DDD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD655; }

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

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

background-color css

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

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

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

border-color css

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

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

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