Html Css Color HEX #DDD858 Manz

📋 copy color: '#DDD858'

red 221 ◦ green 216 ◦ blue 88

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

Shades of Manz #DDD858

Tints of Manz #DDD858

RGB

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

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

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

R = 42.1%
G = 41.14%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDD858 (or 0xDDD858) is known color: Manz. HEX triplet: DD, D8 and 58. RGB value is (221,216,88). Sum of RGB (Red+Green+Blue) = 221+216+88=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD858 is #2227A7. Grayscale: #CBCBCB. Windows color (decimal): -2238376 or 5822685. OLE color: 5822685.

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

Color convert

RGB 221 216 88 -
CMYK 0 0.02 0.60 0.13
HSL 57.74º 0.66% 0.61% -
HSV(B) 57.74º 0.6% 0.87% -
XYZ 56.14 65.19 18.86 -
YUV 202.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 221 216 88 0 0.02 0.60 0.13 57.74 0.66 0.61
Hex DD D8 58 0 2 3C D 3A 42 3D
Octal 335 330 130 0 2 74 15 72 102 75
Binary 11011101 11011000 1011000 0 10 111100 1101 111010 1000010 111101

Color Harmonies of #DDD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD858

Black with #DDD858

Text Example


Text Example

White with #DDD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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