Html Css Color HEX #DEDC50 Manz

📋 copy color: '#DEDC50'

red 222 ◦ green 220 ◦ blue 80

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

Shades of Manz #DEDC50

Tints of Manz #DEDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

 BLUE value IS 80 (31.64% from 255) = 15.33%

R = 42.53%
G = 42.15%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEDC50 (or 0xDEDC50) is known color: Manz. HEX triplet: DE, DC and 50. RGB value is (222,220,80). Sum of RGB (Red+Green+Blue) = 222+220+80=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC50 is #2123AF. Grayscale: #CDCDCD. Windows color (decimal): -2171824 or 5299422. OLE color: 5299422.

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

Color convert

RGB 222 220 80 -
CMYK 0 0.01 0.64 0.13
HSL 59.15º 0.68% 0.59% -
HSV(B) 59.15º 0.64% 0.87% -
XYZ 57.17 67.3 17.57 -
YUV 204.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 222 220 80 0 0.01 0.64 0.13 59.15 0.68 0.59
Hex DE DC 50 0 1 40 D 3B 44 3B
Octal 336 334 120 0 1 100 15 73 104 73
Binary 11011110 11011100 1010000 0 1 1000000 1101 111011 1000100 111011

Color Harmonies of #DEDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC50

Black with #DEDC50

Text Example


Text Example

White with #DEDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC50; }

 p { color: rgb(222,220,80); }

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

background-color css

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

 a { background-color: rgb(222,220,80); }

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

border-color css

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

 span { border-color: rgb(222,220,80); }

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