Html Css Color HEX #DEDD5F Manz

📋 copy color: '#DEDD5F'

red 222 ◦ green 221 ◦ blue 95

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

Shades of Manz #DEDD5F

Tints of Manz #DEDD5F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 95 (37.5% from 255) = 17.66%

R = 41.26%
G = 41.08%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEDD5F (or 0xDEDD5F) is known color: Manz. HEX triplet: DE, DD and 5F. RGB value is (222,221,95). Sum of RGB (Red+Green+Blue) = 222+221+95=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD5F is #2122A0. Grayscale: #CFCFCF. Windows color (decimal): -2171553 or 6282718. OLE color: 6282718.

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

Color convert

RGB 222 221 95 -
CMYK 0 0.00 0.57 0.13
HSL 59.53º 0.66% 0.62% -
HSV(B) 59.53º 0.57% 0.87% -
XYZ 58.05 68.07 20.91 -
YUV 206.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 222 221 95 0 0.00 0.57 0.13 59.53 0.66 0.62
Hex DE DD 5F 0 0 39 D 3C 42 3E
Octal 336 335 137 0 0 71 15 74 102 76
Binary 11011110 11011101 1011111 0 0 111001 1101 111100 1000010 111110

Color Harmonies of #DEDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD5F

Black with #DEDD5F

Text Example


Text Example

White with #DEDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD5F; }

 p { color: rgb(222,221,95); }

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

background-color css

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

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

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

border-color css

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

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

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