Html Css Color HEX #DDD758 Manz

📋 copy color: '#DDD758'

red 221 ◦ green 215 ◦ blue 88

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

Shades of Manz #DDD758

Tints of Manz #DDD758

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

 BLUE value IS 88 (34.77% from 255) = 16.79%

R = 42.18%
G = 41.03%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD758 (or 0xDDD758) is known color: Manz. HEX triplet: DD, D7 and 58. RGB value is (221,215,88). Sum of RGB (Red+Green+Blue) = 221+215+88=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD758 is #2228A7. Grayscale: #CACACA. Windows color (decimal): -2238632 or 5822429. OLE color: 5822429.

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

Color convert

RGB 221 215 88 -
CMYK 0 0.03 0.60 0.13
HSL 57.29º 0.66% 0.61% -
HSV(B) 57.29º 0.6% 0.87% -
XYZ 55.88 64.68 18.77 -
YUV 202.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 221 215 88 0 0.03 0.60 0.13 57.29 0.66 0.61
Hex DD D7 58 0 3 3C D 39 42 3D
Octal 335 327 130 0 3 74 15 71 102 75
Binary 11011101 11010111 1011000 0 11 111100 1101 111001 1000010 111101

Color Harmonies of #DDD758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD758

Black with #DDD758

Text Example


Text Example

White with #DDD758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD758; }

 p { color: rgb(221,215,88); }

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

background-color css

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

 a { background-color: rgb(221,215,88); }

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

border-color css

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

 span { border-color: rgb(221,215,88); }

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