Html Css Color HEX #DEDE5A Manz

📋 copy color: '#DEDE5A'

red 222 ◦ green 222 ◦ blue 90

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

Shades of Manz #DEDE5A

Tints of Manz #DEDE5A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

 BLUE value IS 90 (35.55% from 255) = 16.85%

R = 41.57%
G = 41.57%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEDE5A (or 0xDEDE5A) is known color: Manz. HEX triplet: DE, DE and 5A. RGB value is (222,222,90). Sum of RGB (Red+Green+Blue) = 222+222+90=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE5A is #2121A5. Grayscale: #CFCFCF. Windows color (decimal): -2171302 or 5955294. OLE color: 5955294.

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

Color convert

RGB 222 222 90 -
CMYK 0 0 0.59 0.13
HSL 60º 0.67% 0.61% -
HSV(B) 60º 0.59% 0.87% -
XYZ 58.09 68.51 19.83 -
YUV 206.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 222 222 90 0 0 0.59 0.13 60 0.67 0.61
Hex DE DE 5A 0 0 3B D 3C 43 3D
Octal 336 336 132 0 0 73 15 74 103 75
Binary 11011110 11011110 1011010 0 0 111011 1101 111100 1000011 111101

Color Harmonies of #DEDE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE5A

Black with #DEDE5A

Text Example


Text Example

White with #DEDE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE5A; }

 p { color: rgb(222,222,90); }

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

background-color css

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

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

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

border-color css

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

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

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