Html Css Color HEX #DDDD4E Manz

📋 copy color: '#DDDD4E'

red 221 ◦ green 221 ◦ blue 78

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

Shades of Manz #DDDD4E

Tints of Manz #DDDD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15%

R = 42.5%
G = 42.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDDD4E (or 0xDDDD4E) is known color: Manz. HEX triplet: DD, DD and 4E. RGB value is (221,221,78). Sum of RGB (Red+Green+Blue) = 221+221+78=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD4E is #2222B1. Grayscale: #CDCDCD. Windows color (decimal): -2237106 or 5168605. OLE color: 5168605.

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

Color convert

RGB 221 221 78 -
CMYK 0 0 0.65 0.13
HSL 60º 0.68% 0.59% -
HSV(B) 60º 0.65% 0.87% -
XYZ 57.05 67.64 17.26 -
YUV 204.7 56.5 139.63 -
System Red Green Blue C M Y K H S L
Decimal 221 221 78 0 0 0.65 0.13 60 0.68 0.59
Hex DD DD 4E 0 0 41 D 3C 44 3B
Octal 335 335 116 0 0 101 15 74 104 73
Binary 11011101 11011101 1001110 0 0 1000001 1101 111100 1000100 111011

Color Harmonies of #DDDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD4E

Black with #DDDD4E

Text Example


Text Example

White with #DDDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD4E; }

 p { color: rgb(221,221,78); }

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

background-color css

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

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

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

border-color css

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

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

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