Html Css Color HEX #DDD94A Manz

📋 copy color: '#DDD94A'

red 221 ◦ green 217 ◦ blue 74

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

Shades of Manz #DDD94A

Tints of Manz #DDD94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 43.16%
G = 42.38%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD94A (or 0xDDD94A) is known color: Manz. HEX triplet: DD, D9 and 4A. RGB value is (221,217,74). Sum of RGB (Red+Green+Blue) = 221+217+74=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD94A is #2226B5. Grayscale: #CACACA. Windows color (decimal): -2238134 or 4905437. OLE color: 4905437.

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

Color convert

RGB 221 217 74 -
CMYK 0 0.02 0.67 0.13
HSL 58.37º 0.68% 0.58% -
HSV(B) 58.37º 0.67% 0.87% -
XYZ 55.87 65.49 16.18 -
YUV 201.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 221 217 74 0 0.02 0.67 0.13 58.37 0.68 0.58
Hex DD D9 4A 0 2 43 D 3A 44 3A
Octal 335 331 112 0 2 103 15 72 104 72
Binary 11011101 11011001 1001010 0 10 1000011 1101 111010 1000100 111010

Color Harmonies of #DDD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD94A

Black with #DDD94A

Text Example


Text Example

White with #DDD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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