Html Css Color HEX #DDDB4F Manz

📋 copy color: '#DDDB4F'

red 221 ◦ green 219 ◦ blue 79

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

Shades of Manz #DDDB4F

Tints of Manz #DDDB4F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 42.58%
G = 42.2%
B = 15.22%

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

#DDDB4F (or 0xDDDB4F) is known color: Manz. HEX triplet: DD, DB and 4F. RGB value is (221,219,79). Sum of RGB (Red+Green+Blue) = 221+219+79=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB4F is #2224B0. Grayscale: #CCCCCC. Windows color (decimal): -2237617 or 5233629. OLE color: 5233629.

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

Color convert

RGB 221 219 79 -
CMYK 0 0.01 0.64 0.13
HSL 59.15º 0.68% 0.59% -
HSV(B) 59.15º 0.64% 0.87% -
XYZ 56.56 66.6 17.27 -
YUV 203.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 221 219 79 0 0.01 0.64 0.13 59.15 0.68 0.59
Hex DD DB 4F 0 1 40 D 3B 44 3B
Octal 335 333 117 0 1 100 15 73 104 73
Binary 11011101 11011011 1001111 0 1 1000000 1101 111011 1000100 111011

Color Harmonies of #DDDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB4F

Black with #DDDB4F

Text Example


Text Example

White with #DDDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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