Html Css Color HEX #DDDA4F Manz

📋 copy color: '#DDDA4F'

red 221 ◦ green 218 ◦ blue 79

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

Shades of Manz #DDDA4F

Tints of Manz #DDDA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 42.66%
G = 42.08%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDDA4F (or 0xDDDA4F) is known color: Manz. HEX triplet: DD, DA and 4F. RGB value is (221,218,79). Sum of RGB (Red+Green+Blue) = 221+218+79=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA4F is #2225B0. Grayscale: #CBCBCB. Windows color (decimal): -2237873 or 5233373. OLE color: 5233373.

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

Color convert

RGB 221 218 79 -
CMYK 0 0.01 0.64 0.13
HSL 58.73º 0.68% 0.59% -
HSV(B) 58.73º 0.64% 0.87% -
XYZ 56.3 66.08 17.18 -
YUV 203.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 221 218 79 0 0.01 0.64 0.13 58.73 0.68 0.59
Hex DD DA 4F 0 1 40 D 3B 44 3B
Octal 335 332 117 0 1 100 15 73 104 73
Binary 11011101 11011010 1001111 0 1 1000000 1101 111011 1000100 111011

Color Harmonies of #DDDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA4F

Black with #DDDA4F

Text Example


Text Example

White with #DDDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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