Html Css Color HEX #DED554 Manz

📋 copy color: '#DED554'

red 222 ◦ green 213 ◦ blue 84

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

Shades of Manz #DED554

Tints of Manz #DED554

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 84 (33.2% from 255) = 16.18%

R = 42.77%
G = 41.04%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DED554 (or 0xDED554) is known color: Manz. HEX triplet: DE, D5 and 54. RGB value is (222,213,84). Sum of RGB (Red+Green+Blue) = 222+213+84=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED554 is #212AAB. Grayscale: #C9C9C9. Windows color (decimal): -2173612 or 5559774. OLE color: 5559774.

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

Color convert

RGB 222 213 84 -
CMYK 0 0.04 0.62 0.13
HSL 56.09º 0.68% 0.6% -
HSV(B) 56.09º 0.62% 0.87% -
XYZ 55.52 63.76 17.77 -
YUV 200.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 222 213 84 0 0.04 0.62 0.13 56.09 0.68 0.6
Hex DE D5 54 0 4 3E D 38 44 3C
Octal 336 325 124 0 4 76 15 70 104 74
Binary 11011110 11010101 1010100 0 100 111110 1101 111000 1000100 111100

Color Harmonies of #DED554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED554

Black with #DED554

Text Example


Text Example

White with #DED554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED554; }

 p { color: rgb(222,213,84); }

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

background-color css

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

 a { background-color: rgb(222,213,84); }

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

border-color css

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

 span { border-color: rgb(222,213,84); }

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