Html Css Color HEX #DDD94E Manz

📋 copy color: '#DDD94E'

red 221 ◦ green 217 ◦ blue 78

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

Shades of Manz #DDD94E

Tints of Manz #DDD94E

RGB

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

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

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

R = 42.83%
G = 42.05%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDD94E (or 0xDDD94E) is known color: Manz. HEX triplet: DD, D9 and 4E. RGB value is (221,217,78). Sum of RGB (Red+Green+Blue) = 221+217+78=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD94E is #2226B1. Grayscale: #CACACA. Windows color (decimal): -2238130 or 5167581. OLE color: 5167581.

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

Color convert

RGB 221 217 78 -
CMYK 0 0.02 0.65 0.13
HSL 58.32º 0.68% 0.59% -
HSV(B) 58.32º 0.65% 0.87% -
XYZ 56.01 65.55 16.91 -
YUV 202.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 221 217 78 0 0.02 0.65 0.13 58.32 0.68 0.59
Hex DD D9 4E 0 2 41 D 3A 44 3B
Octal 335 331 116 0 2 101 15 72 104 73
Binary 11011101 11011001 1001110 0 10 1000001 1101 111010 1000100 111011

Color Harmonies of #DDD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD94E

Black with #DDD94E

Text Example


Text Example

White with #DDD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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