Html Css Color HEX #DDDC4F Manz

📋 copy color: '#DDDC4F'

red 221 ◦ green 220 ◦ blue 79

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

Shades of Manz #DDDC4F

Tints of Manz #DDDC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.19%

R = 42.5%
G = 42.31%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDDC4F (or 0xDDDC4F) is known color: Manz. HEX triplet: DD, DC and 4F. RGB value is (221,220,79). Sum of RGB (Red+Green+Blue) = 221+220+79=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC4F is #2223B0. Grayscale: #CCCCCC. Windows color (decimal): -2237361 or 5233885. OLE color: 5233885.

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

Color convert

RGB 221 220 79 -
CMYK 0 0.00 0.64 0.13
HSL 59.58º 0.68% 0.59% -
HSV(B) 59.58º 0.64% 0.87% -
XYZ 56.82 67.12 17.36 -
YUV 204.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 221 220 79 0 0.00 0.64 0.13 59.58 0.68 0.59
Hex DD DC 4F 0 0 40 D 3C 44 3B
Octal 335 334 117 0 0 100 15 74 104 73
Binary 11011101 11011100 1001111 0 0 1000000 1101 111100 1000100 111011

Color Harmonies of #DDDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC4F

Black with #DDDC4F

Text Example


Text Example

White with #DDDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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