Html Css Color HEX #DED85D Manz

📋 copy color: '#DED85D'

red 222 ◦ green 216 ◦ blue 93

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

Shades of Manz #DED85D

Tints of Manz #DED85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 41.81%
G = 40.68%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED85D (or 0xDED85D) is known color: Manz. HEX triplet: DE, D8 and 5D. RGB value is (222,216,93). Sum of RGB (Red+Green+Blue) = 222+216+93=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED85D is #2127A2. Grayscale: #CCCCCC. Windows color (decimal): -2172835 or 6150366. OLE color: 6150366.

HSL color Cylindrical-coordinate representation of color #DED85D: hue angle of 57.21º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DED85D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 93 -
CMYK 0 0.03 0.58 0.13
HSL 57.21º 0.66% 0.62% -
HSV(B) 57.21º 0.58% 0.87% -
XYZ 56.66 65.43 20 -
YUV 203.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 222 216 93 0 0.03 0.58 0.13 57.21 0.66 0.62
Hex DE D8 5D 0 3 3A D 39 42 3E
Octal 336 330 135 0 3 72 15 71 102 76
Binary 11011110 11011000 1011101 0 11 111010 1101 111001 1000010 111110

Color Harmonies of #DED85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED85D

Black with #DED85D

Text Example


Text Example

White with #DED85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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