Html Css Color HEX #DEDC5D Manz

📋 copy color: '#DEDC5D'

red 222 ◦ green 220 ◦ blue 93

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

Shades of Manz #DEDC5D

Tints of Manz #DEDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.38%

R = 41.5%
G = 41.12%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEDC5D (or 0xDEDC5D) is known color: Manz. HEX triplet: DE, DC and 5D. RGB value is (222,220,93). Sum of RGB (Red+Green+Blue) = 222+220+93=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC5D is #2123A2. Grayscale: #CECECE. Windows color (decimal): -2171811 or 6151390. OLE color: 6151390.

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

Color convert

RGB 222 220 93 -
CMYK 0 0.01 0.58 0.13
HSL 59.07º 0.66% 0.62% -
HSV(B) 59.07º 0.58% 0.87% -
XYZ 57.69 67.51 20.35 -
YUV 206.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 222 220 93 0 0.01 0.58 0.13 59.07 0.66 0.62
Hex DE DC 5D 0 1 3A D 3B 42 3E
Octal 336 334 135 0 1 72 15 73 102 76
Binary 11011110 11011100 1011101 0 1 111010 1101 111011 1000010 111110

Color Harmonies of #DEDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC5D

Black with #DEDC5D

Text Example


Text Example

White with #DEDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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