Html Css Color HEX #DDD84A Manz

📋 copy color: '#DDD84A'

red 221 ◦ green 216 ◦ blue 74

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

Shades of Manz #DDD84A

Tints of Manz #DDD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

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

R = 43.25%
G = 42.27%
B = 14.48%

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

#DDD84A (or 0xDDD84A) is known color: Manz. HEX triplet: DD, D8 and 4A. RGB value is (221,216,74). Sum of RGB (Red+Green+Blue) = 221+216+74=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD84A is #2227B5. Grayscale: #C9C9C9. Windows color (decimal): -2238390 or 4905181. OLE color: 4905181.

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

Color convert

RGB 221 216 74 -
CMYK 0 0.02 0.67 0.13
HSL 57.96º 0.68% 0.58% -
HSV(B) 57.96º 0.67% 0.87% -
XYZ 55.61 64.98 16.09 -
YUV 201.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 221 216 74 0 0.02 0.67 0.13 57.96 0.68 0.58
Hex DD D8 4A 0 2 43 D 3A 44 3A
Octal 335 330 112 0 2 103 15 72 104 72
Binary 11011101 11011000 1001010 0 10 1000011 1101 111010 1000100 111010

Color Harmonies of #DDD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD84A

Black with #DDD84A

Text Example


Text Example

White with #DDD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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