Html Css Color HEX #DDD15E Manz

📋 copy color: '#DDD15E'

red 221 ◦ green 209 ◦ blue 94

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

Shades of Manz #DDD15E

Tints of Manz #DDD15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.89%

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

R = 42.18%
G = 39.89%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD15E (or 0xDDD15E) is known color: Manz. HEX triplet: DD, D1 and 5E. RGB value is (221,209,94). Sum of RGB (Red+Green+Blue) = 221+209+94=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15E is #222EA1. Grayscale: #C7C7C7. Windows color (decimal): -2240162 or 6214109. OLE color: 6214109.

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

Color convert

RGB 221 209 94 -
CMYK 0 0.05 0.57 0.13
HSL 54.33º 0.65% 0.62% -
HSV(B) 54.33º 0.57% 0.87% -
XYZ 54.64 61.78 19.63 -
YUV 199.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 221 209 94 0 0.05 0.57 0.13 54.33 0.65 0.62
Hex DD D1 5E 0 5 39 D 36 41 3E
Octal 335 321 136 0 5 71 15 66 101 76
Binary 11011101 11010001 1011110 0 101 111001 1101 110110 1000001 111110

Color Harmonies of #DDD15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD15E

Black with #DDD15E

Text Example


Text Example

White with #DDD15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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