Html Css Color HEX #DED058 Manz

📋 copy color: '#DED058'

red 222 ◦ green 208 ◦ blue 88

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

Shades of Manz #DED058

Tints of Manz #DED058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 42.86%
G = 40.15%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED058 (or 0xDED058) is known color: Manz. HEX triplet: DE, D0 and 58. RGB value is (222,208,88). Sum of RGB (Red+Green+Blue) = 222+208+88=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DED058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED058 is #212FA7. Grayscale: #C7C7C7. Windows color (decimal): -2174888 or 5820638. OLE color: 5820638.

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

Color convert

RGB 222 208 88 -
CMYK 0 0.06 0.60 0.13
HSL 53.73º 0.67% 0.61% -
HSV(B) 53.73º 0.6% 0.87% -
XYZ 54.44 61.35 18.2 -
YUV 198.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 222 208 88 0 0.06 0.60 0.13 53.73 0.67 0.61
Hex DE D0 58 0 6 3C D 36 43 3D
Octal 336 320 130 0 6 74 15 66 103 75
Binary 11011110 11010000 1011000 0 110 111100 1101 110110 1000011 111101

Color Harmonies of #DED058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED058

Black with #DED058

Text Example


Text Example

White with #DED058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED058; }

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

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

background-color css

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

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

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

border-color css

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

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

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