Html Css Color HEX #DED355 Manz

📋 copy color: '#DED355'

red 222 ◦ green 211 ◦ blue 85

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

Shades of Manz #DED355

Tints of Manz #DED355

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

 BLUE value IS 85 (33.59% from 255) = 16.41%

R = 42.86%
G = 40.73%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DED355 (or 0xDED355) is known color: Manz. HEX triplet: DE, D3 and 55. RGB value is (222,211,85). Sum of RGB (Red+Green+Blue) = 222+211+85=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DED355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED355 is #212CAA. Grayscale: #C8C8C8. Windows color (decimal): -2174123 or 5624798. OLE color: 5624798.

HSL color Cylindrical-coordinate representation of color #DED355: hue angle of 55.18º degrees, saturation: 0.67, 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 #DED355 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 85 -
CMYK 0 0.05 0.62 0.13
HSL 55.18º 0.67% 0.6% -
HSV(B) 55.18º 0.62% 0.87% -
XYZ 55.06 62.77 17.81 -
YUV 199.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 222 211 85 0 0.05 0.62 0.13 55.18 0.67 0.6
Hex DE D3 55 0 5 3E D 37 43 3C
Octal 336 323 125 0 5 76 15 67 103 74
Binary 11011110 11010011 1010101 0 101 111110 1101 110111 1000011 111100

Color Harmonies of #DED355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED355

Black with #DED355

Text Example


Text Example

White with #DED355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED355; }

 p { color: rgb(222,211,85); }

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

background-color css

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

 a { background-color: rgb(222,211,85); }

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

border-color css

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

 span { border-color: rgb(222,211,85); }

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