Html Css Color HEX #DED958 Manz

📋 copy color: '#DED958'

red 222 ◦ green 217 ◦ blue 88

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

Shades of Manz #DED958

Tints of Manz #DED958

RGB

 RED value IS 222 (87.11% from 255) = 42.13%

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

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

R = 42.13%
G = 41.18%
B = 16.7%

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

#DED958 (or 0xDED958) is known color: Manz. HEX triplet: DE, D9 and 58. RGB value is (222,217,88). Sum of RGB (Red+Green+Blue) = 222+217+88=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DED958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED958 is #2126A7. Grayscale: #CCCCCC. Windows color (decimal): -2172584 or 5822942. OLE color: 5822942.

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

Color convert

RGB 222 217 88 -
CMYK 0 0.02 0.60 0.13
HSL 57.76º 0.67% 0.61% -
HSV(B) 57.76º 0.6% 0.87% -
XYZ 56.7 65.86 18.96 -
YUV 203.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 222 217 88 0 0.02 0.60 0.13 57.76 0.67 0.61
Hex DE D9 58 0 2 3C D 3A 43 3D
Octal 336 331 130 0 2 74 15 72 103 75
Binary 11011110 11011001 1011000 0 10 111100 1101 111010 1000011 111101

Color Harmonies of #DED958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED958

Black with #DED958

Text Example


Text Example

White with #DED958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED958; }

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

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

background-color css

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

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

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

border-color css

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

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

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