Html Css Color HEX #DEDC53 Manz

📋 copy color: '#DEDC53'

red 222 ◦ green 220 ◦ blue 83

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

Shades of Manz #DEDC53

Tints of Manz #DEDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.81%

R = 42.29%
G = 41.9%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEDC53 (or 0xDEDC53) is known color: Manz. HEX triplet: DE, DC and 53. RGB value is (222,220,83). Sum of RGB (Red+Green+Blue) = 222+220+83=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC53 is #2123AC. Grayscale: #CDCDCD. Windows color (decimal): -2171821 or 5496030. OLE color: 5496030.

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

Color convert

RGB 222 220 83 -
CMYK 0 0.01 0.63 0.13
HSL 59.14º 0.68% 0.6% -
HSV(B) 59.14º 0.63% 0.87% -
XYZ 57.28 67.34 18.16 -
YUV 204.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 222 220 83 0 0.01 0.63 0.13 59.14 0.68 0.6
Hex DE DC 53 0 1 3F D 3B 44 3C
Octal 336 334 123 0 1 77 15 73 104 74
Binary 11011110 11011100 1010011 0 1 111111 1101 111011 1000100 111100

Color Harmonies of #DEDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC53

Black with #DEDC53

Text Example


Text Example

White with #DEDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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