Html Css Color HEX #DDDA48 Manz

📋 copy color: '#DDDA48'

red 221 ◦ green 218 ◦ blue 72

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

Shades of Manz #DDDA48

Tints of Manz #DDDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 72 (28.52% from 255) = 14.09%

R = 43.25%
G = 42.66%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDDA48 (or 0xDDDA48) is known color: Manz. HEX triplet: DD, DA and 48. RGB value is (221,218,72). Sum of RGB (Red+Green+Blue) = 221+218+72=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA48 is #2225B7. Grayscale: #CACACA. Windows color (decimal): -2237880 or 4774621. OLE color: 4774621.

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

Color convert

RGB 221 218 72 -
CMYK 0 0.01 0.67 0.13
HSL 58.79º 0.69% 0.57% -
HSV(B) 58.79º 0.67% 0.87% -
XYZ 56.06 65.98 15.91 -
YUV 202.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 221 218 72 0 0.01 0.67 0.13 58.79 0.69 0.57
Hex DD DA 48 0 1 43 D 3B 45 39
Octal 335 332 110 0 1 103 15 73 105 71
Binary 11011101 11011010 1001000 0 1 1000011 1101 111011 1000101 111001

Color Harmonies of #DDDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA48

Black with #DDDA48

Text Example


Text Example

White with #DDDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA48; }

 p { color: rgb(221,218,72); }

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

background-color css

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

 a { background-color: rgb(221,218,72); }

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

border-color css

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

 span { border-color: rgb(221,218,72); }

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