Html Css Color HEX #DDDD4D Manz

📋 copy color: '#DDDD4D'

red 221 ◦ green 221 ◦ blue 77

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

Shades of Manz #DDDD4D

Tints of Manz #DDDD4D

RGB

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

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

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

R = 42.58%
G = 42.58%
B = 14.84%

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

#DDDD4D (or 0xDDDD4D) is known color: Manz. HEX triplet: DD, DD and 4D. RGB value is (221,221,77). Sum of RGB (Red+Green+Blue) = 221+221+77=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD4D is #2222B2. Grayscale: #CDCDCD. Windows color (decimal): -2237107 or 5103069. OLE color: 5103069.

HSL color Cylindrical-coordinate representation of color #DDDD4D: hue angle of 60º 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 #DDDD4D is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 77 -
CMYK 0 0 0.65 0.13
HSL 60º 0.68% 0.58% -
HSV(B) 60º 0.65% 0.87% -
XYZ 57.01 67.62 17.07 -
YUV 204.58 56 139.71 -
System Red Green Blue C M Y K H S L
Decimal 221 221 77 0 0 0.65 0.13 60 0.68 0.58
Hex DD DD 4D 0 0 41 D 3C 44 3A
Octal 335 335 115 0 0 101 15 74 104 72
Binary 11011101 11011101 1001101 0 0 1000001 1101 111100 1000100 111010

Color Harmonies of #DDDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD4D

Black with #DDDD4D

Text Example


Text Example

White with #DDDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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