Html Css Color HEX #DDD459 Manz

📋 copy color: '#DDD459'

red 221 ◦ green 212 ◦ blue 89

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

Shades of Manz #DDD459

Tints of Manz #DDD459

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

 BLUE value IS 89 (35.16% from 255) = 17.05%

R = 42.34%
G = 40.61%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD459 (or 0xDDD459) is known color: Manz. HEX triplet: DD, D4 and 59. RGB value is (221,212,89). Sum of RGB (Red+Green+Blue) = 221+212+89=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD459 is #222BA6. Grayscale: #C9C9C9. Windows color (decimal): -2239399 or 5887197. OLE color: 5887197.

HSL color Cylindrical-coordinate representation of color #DDD459: hue angle of 55.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDD459 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 89 -
CMYK 0 0.04 0.60 0.13
HSL 55.91º 0.66% 0.61% -
HSV(B) 55.91º 0.6% 0.87% -
XYZ 55.17 63.18 18.74 -
YUV 200.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 221 212 89 0 0.04 0.60 0.13 55.91 0.66 0.61
Hex DD D4 59 0 4 3C D 38 42 3D
Octal 335 324 131 0 4 74 15 70 102 75
Binary 11011101 11010100 1011001 0 100 111100 1101 111000 1000010 111101

Color Harmonies of #DDD459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD459

Black with #DDD459

Text Example


Text Example

White with #DDD459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD459; }

 p { color: rgb(221,212,89); }

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

background-color css

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

 a { background-color: rgb(221,212,89); }

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

border-color css

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

 span { border-color: rgb(221,212,89); }

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