Html Css Color HEX #DEDC5B Manz

📋 copy color: '#DEDC5B'

red 222 ◦ green 220 ◦ blue 91

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

Shades of Manz #DEDC5B

Tints of Manz #DEDC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.07%

R = 41.65%
G = 41.28%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEDC5B (or 0xDEDC5B) is known color: Manz. HEX triplet: DE, DC and 5B. RGB value is (222,220,91). Sum of RGB (Red+Green+Blue) = 222+220+91=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC5B is #2123A4. Grayscale: #CECECE. Windows color (decimal): -2171813 or 6020318. OLE color: 6020318.

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

Color convert

RGB 222 220 91 -
CMYK 0 0.01 0.59 0.13
HSL 59.08º 0.66% 0.61% -
HSV(B) 59.08º 0.59% 0.87% -
XYZ 57.61 67.47 19.88 -
YUV 205.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 222 220 91 0 0.01 0.59 0.13 59.08 0.66 0.61
Hex DE DC 5B 0 1 3B D 3B 42 3D
Octal 336 334 133 0 1 73 15 73 102 75
Binary 11011110 11011100 1011011 0 1 111011 1101 111011 1000010 111101

Color Harmonies of #DEDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC5B

Black with #DEDC5B

Text Example


Text Example

White with #DEDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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