Html Css Color HEX #DDDC5E Manz

📋 copy color: '#DDDC5E'

red 221 ◦ green 220 ◦ blue 94

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

Shades of Manz #DDDC5E

Tints of Manz #DDDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 41.31%
G = 41.12%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDDC5E (or 0xDDDC5E) is known color: Manz. HEX triplet: DD, DC and 5E. RGB value is (221,220,94). Sum of RGB (Red+Green+Blue) = 221+220+94=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5E is #2223A1. Grayscale: #CECECE. Windows color (decimal): -2237346 or 6216925. OLE color: 6216925.

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

Color convert

RGB 221 220 94 -
CMYK 0 0.00 0.57 0.13
HSL 59.53º 0.65% 0.62% -
HSV(B) 59.53º 0.57% 0.87% -
XYZ 57.43 67.37 20.57 -
YUV 205.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 221 220 94 0 0.00 0.57 0.13 59.53 0.65 0.62
Hex DD DC 5E 0 0 39 D 3C 41 3E
Octal 335 334 136 0 0 71 15 74 101 76
Binary 11011101 11011100 1011110 0 0 111001 1101 111100 1000001 111110

Color Harmonies of #DDDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC5E

Black with #DDDC5E

Text Example


Text Example

White with #DDDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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