Html Css Color HEX #DDD656 Manz

📋 copy color: '#DDD656'

red 221 ◦ green 214 ◦ blue 86

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

Shades of Manz #DDD656

Tints of Manz #DDD656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.51%

R = 42.42%
G = 41.07%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDD656 (or 0xDDD656) is known color: Manz. HEX triplet: DD, D6 and 56. RGB value is (221,214,86). Sum of RGB (Red+Green+Blue) = 221+214+86=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD656 is #2229A9. Grayscale: #CACACA. Windows color (decimal): -2238890 or 5691101. OLE color: 5691101.

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

Color convert

RGB 221 214 86 -
CMYK 0 0.03 0.61 0.13
HSL 56.89º 0.67% 0.6% -
HSV(B) 56.89º 0.61% 0.87% -
XYZ 55.55 64.14 18.26 -
YUV 201.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 221 214 86 0 0.03 0.61 0.13 56.89 0.67 0.6
Hex DD D6 56 0 3 3D D 39 43 3C
Octal 335 326 126 0 3 75 15 71 103 74
Binary 11011101 11010110 1010110 0 11 111101 1101 111001 1000011 111100

Color Harmonies of #DDD656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD656

Black with #DDD656

Text Example


Text Example

White with #DDD656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD656; }

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

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

background-color css

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

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

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

border-color css

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

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

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