Html Css Color HEX #DED462 Manz

📋 copy color: '#DED462'

red 222 ◦ green 212 ◦ blue 98

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

Shades of Manz #DED462

Tints of Manz #DED462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 41.73%
G = 39.85%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DED462 (or 0xDED462) is known color: Manz. HEX triplet: DE, D4 and 62. RGB value is (222,212,98). Sum of RGB (Red+Green+Blue) = 222+212+98=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED462 is #212B9D. Grayscale: #CACACA. Windows color (decimal): -2173854 or 6477022. OLE color: 6477022.

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

Color convert

RGB 222 212 98 -
CMYK 0 0.05 0.56 0.13
HSL 55.16º 0.65% 0.63% -
HSV(B) 55.16º 0.56% 0.87% -
XYZ 55.87 63.5 20.87 -
YUV 201.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 222 212 98 0 0.05 0.56 0.13 55.16 0.65 0.63
Hex DE D4 62 0 5 38 D 37 41 3F
Octal 336 324 142 0 5 70 15 67 101 77
Binary 11011110 11010100 1100010 0 101 111000 1101 110111 1000001 111111

Color Harmonies of #DED462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED462

Black with #DED462

Text Example


Text Example

White with #DED462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED462; }

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

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

background-color css

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

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

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

border-color css

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

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

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