Html Css Color HEX #DED457 Manz

📋 copy color: '#DED457'

red 222 ◦ green 212 ◦ blue 87

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

Shades of Manz #DED457

Tints of Manz #DED457

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 87 (34.38% from 255) = 16.7%

R = 42.61%
G = 40.69%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DED457 (or 0xDED457) is known color: Manz. HEX triplet: DE, D4 and 57. RGB value is (222,212,87). Sum of RGB (Red+Green+Blue) = 222+212+87=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED457 is #212BA8. Grayscale: #C9C9C9. Windows color (decimal): -2173865 or 5756126. OLE color: 5756126.

HSL color Cylindrical-coordinate representation of color #DED457: hue angle of 55.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DED457 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 87 -
CMYK 0 0.05 0.61 0.13
HSL 55.56º 0.67% 0.61% -
HSV(B) 55.56º 0.61% 0.87% -
XYZ 55.39 63.3 18.32 -
YUV 200.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 222 212 87 0 0.05 0.61 0.13 55.56 0.67 0.61
Hex DE D4 57 0 5 3D D 38 43 3D
Octal 336 324 127 0 5 75 15 70 103 75
Binary 11011110 11010100 1010111 0 101 111101 1101 111000 1000011 111101

Color Harmonies of #DED457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED457

Black with #DED457

Text Example


Text Example

White with #DED457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED457; }

 p { color: rgb(222,212,87); }

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

background-color css

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

 a { background-color: rgb(222,212,87); }

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

border-color css

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

 span { border-color: rgb(222,212,87); }

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