Html Css Color HEX #DDD84F Manz

📋 copy color: '#DDD84F'

red 221 ◦ green 216 ◦ blue 79

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

Shades of Manz #DDD84F

Tints of Manz #DDD84F

RGB

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

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

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

R = 42.83%
G = 41.86%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD84F (or 0xDDD84F) is known color: Manz. HEX triplet: DD, D8 and 4F. RGB value is (221,216,79). Sum of RGB (Red+Green+Blue) = 221+216+79=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD84F is #2227B0. Grayscale: #CACACA. Windows color (decimal): -2238385 or 5232861. OLE color: 5232861.

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

Color convert

RGB 221 216 79 -
CMYK 0 0.02 0.64 0.13
HSL 57.89º 0.68% 0.59% -
HSV(B) 57.89º 0.64% 0.87% -
XYZ 55.79 65.05 17.01 -
YUV 201.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 221 216 79 0 0.02 0.64 0.13 57.89 0.68 0.59
Hex DD D8 4F 0 2 40 D 3A 44 3B
Octal 335 330 117 0 2 100 15 72 104 73
Binary 11011101 11011000 1001111 0 10 1000000 1101 111010 1000100 111011

Color Harmonies of #DDD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD84F

Black with #DDD84F

Text Example


Text Example

White with #DDD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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