Html Css Color HEX #DED858 Manz

📋 copy color: '#DED858'

red 222 ◦ green 216 ◦ blue 88

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

Shades of Manz #DED858

Tints of Manz #DED858

RGB

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

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

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

R = 42.21%
G = 41.06%
B = 16.73%

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

#DED858 (or 0xDED858) is known color: Manz. HEX triplet: DE, D8 and 58. RGB value is (222,216,88). Sum of RGB (Red+Green+Blue) = 222+216+88=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED858 is #2127A7. Grayscale: #CBCBCB. Windows color (decimal): -2172840 or 5822686. OLE color: 5822686.

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

Color convert

RGB 222 216 88 -
CMYK 0 0.03 0.60 0.13
HSL 57.31º 0.67% 0.61% -
HSV(B) 57.31º 0.6% 0.87% -
XYZ 56.44 65.35 18.87 -
YUV 203.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 222 216 88 0 0.03 0.60 0.13 57.31 0.67 0.61
Hex DE D8 58 0 3 3C D 39 43 3D
Octal 336 330 130 0 3 74 15 71 103 75
Binary 11011110 11011000 1011000 0 11 111100 1101 111001 1000011 111101

Color Harmonies of #DED858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED858

Black with #DED858

Text Example


Text Example

White with #DED858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED858; }

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

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

background-color css

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

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

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

border-color css

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

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

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