Html Css Color HEX #DDDC61 Manz

📋 copy color: '#DDDC61'

red 221 ◦ green 220 ◦ blue 97

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

Shades of Manz #DDDC61

Tints of Manz #DDDC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

 BLUE value IS 97 (38.28% from 255) = 18.03%

R = 41.08%
G = 40.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDDC61 (or 0xDDDC61) is known color: Manz. HEX triplet: DD, DC and 61. RGB value is (221,220,97). Sum of RGB (Red+Green+Blue) = 221+220+97=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC61 is #22239E. Grayscale: #CECECE. Windows color (decimal): -2237343 or 6413533. OLE color: 6413533.

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

Color convert

RGB 221 220 97 -
CMYK 0 0.00 0.56 0.13
HSL 59.52º 0.65% 0.62% -
HSV(B) 59.52º 0.56% 0.87% -
XYZ 57.57 67.42 21.29 -
YUV 206.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 221 220 97 0 0.00 0.56 0.13 59.52 0.65 0.62
Hex DD DC 61 0 0 38 D 3C 41 3E
Octal 335 334 141 0 0 70 15 74 101 76
Binary 11011101 11011100 1100001 0 0 111000 1101 111100 1000001 111110

Color Harmonies of #DDDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC61

Black with #DDDC61

Text Example


Text Example

White with #DDDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC61; }

 p { color: rgb(221,220,97); }

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

background-color css

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

 a { background-color: rgb(221,220,97); }

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

border-color css

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

 span { border-color: rgb(221,220,97); }

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