Html Css Color HEX #DDD958 Manz

📋 copy color: '#DDD958'

red 221 ◦ green 217 ◦ blue 88

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

Shades of Manz #DDD958

Tints of Manz #DDD958

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 42.02%
G = 41.25%
B = 16.73%

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

#DDD958 (or 0xDDD958) is known color: Manz. HEX triplet: DD, D9 and 58. RGB value is (221,217,88). Sum of RGB (Red+Green+Blue) = 221+217+88=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD958 is #2226A7. Grayscale: #CCCCCC. Windows color (decimal): -2238120 or 5822941. OLE color: 5822941.

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

Color convert

RGB 221 217 88 -
CMYK 0 0.02 0.60 0.13
HSL 58.2º 0.66% 0.61% -
HSV(B) 58.2º 0.6% 0.87% -
XYZ 56.39 65.7 18.94 -
YUV 203.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 221 217 88 0 0.02 0.60 0.13 58.2 0.66 0.61
Hex DD D9 58 0 2 3C D 3A 42 3D
Octal 335 331 130 0 2 74 15 72 102 75
Binary 11011101 11011001 1011000 0 10 111100 1101 111010 1000010 111101

Color Harmonies of #DDD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD958

Black with #DDD958

Text Example


Text Example

White with #DDD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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