Html Css Color HEX #DDDC4D Manz

📋 copy color: '#DDDC4D'

red 221 ◦ green 220 ◦ blue 77

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

Shades of Manz #DDDC4D

Tints of Manz #DDDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 42.66%
G = 42.47%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDDC4D (or 0xDDDC4D) is known color: Manz. HEX triplet: DD, DC and 4D. RGB value is (221,220,77). Sum of RGB (Red+Green+Blue) = 221+220+77=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC4D is #2223B2. Grayscale: #CCCCCC. Windows color (decimal): -2237363 or 5102813. OLE color: 5102813.

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

Color convert

RGB 221 220 77 -
CMYK 0 0.00 0.65 0.13
HSL 59.58º 0.68% 0.58% -
HSV(B) 59.58º 0.65% 0.87% -
XYZ 56.75 67.09 16.98 -
YUV 204 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 221 220 77 0 0.00 0.65 0.13 59.58 0.68 0.58
Hex DD DC 4D 0 0 41 D 3C 44 3A
Octal 335 334 115 0 0 101 15 74 104 72
Binary 11011101 11011100 1001101 0 0 1000001 1101 111100 1000100 111010

Color Harmonies of #DDDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC4D

Black with #DDDC4D

Text Example


Text Example

White with #DDDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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