Html Css Color HEX #DDD94C Manz

📋 copy color: '#DDD94C'

red 221 ◦ green 217 ◦ blue 76

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

Shades of Manz #DDD94C

Tints of Manz #DDD94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.79%

R = 43%
G = 42.22%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDD94C (or 0xDDD94C) is known color: Manz. HEX triplet: DD, D9 and 4C. RGB value is (221,217,76). Sum of RGB (Red+Green+Blue) = 221+217+76=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD94C is #2226B3. Grayscale: #CACACA. Windows color (decimal): -2238132 or 5036509. OLE color: 5036509.

HSL color Cylindrical-coordinate representation of color #DDD94C: hue angle of 58.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDD94C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 76 -
CMYK 0 0.02 0.66 0.13
HSL 58.34º 0.68% 0.58% -
HSV(B) 58.34º 0.66% 0.87% -
XYZ 55.94 65.52 16.54 -
YUV 202.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 221 217 76 0 0.02 0.66 0.13 58.34 0.68 0.58
Hex DD D9 4C 0 2 42 D 3A 44 3A
Octal 335 331 114 0 2 102 15 72 104 72
Binary 11011101 11011001 1001100 0 10 1000010 1101 111010 1000100 111010

Color Harmonies of #DDD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD94C

Black with #DDD94C

Text Example


Text Example

White with #DDD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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