Html Css Color HEX #DDD95E Manz

📋 copy color: '#DDD95E'

red 221 ◦ green 217 ◦ blue 94

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

Shades of Manz #DDD95E

Tints of Manz #DDD95E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.79%

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

R = 41.54%
G = 40.79%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD95E (or 0xDDD95E) is known color: Manz. HEX triplet: DD, D9 and 5E. RGB value is (221,217,94). Sum of RGB (Red+Green+Blue) = 221+217+94=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95E is #2226A1. Grayscale: #CCCCCC. Windows color (decimal): -2238114 or 6216157. OLE color: 6216157.

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

Color convert

RGB 221 217 94 -
CMYK 0 0.02 0.57 0.13
HSL 58.11º 0.65% 0.62% -
HSV(B) 58.11º 0.57% 0.87% -
XYZ 56.65 65.81 20.31 -
YUV 204.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 221 217 94 0 0.02 0.57 0.13 58.11 0.65 0.62
Hex DD D9 5E 0 2 39 D 3A 41 3E
Octal 335 331 136 0 2 71 15 72 101 76
Binary 11011101 11011001 1011110 0 10 111001 1101 111010 1000001 111110

Color Harmonies of #DDD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD95E

Black with #DDD95E

Text Example


Text Example

White with #DDD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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