Html Css Color HEX #DEDB5E Manz

📋 copy color: '#DEDB5E'

red 222 ◦ green 219 ◦ blue 94

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

Shades of Manz #DEDB5E

Tints of Manz #DEDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 41.5%
G = 40.93%
B = 17.57%

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

#DEDB5E (or 0xDEDB5E) is known color: Manz. HEX triplet: DE, DB and 5E. RGB value is (222,219,94). Sum of RGB (Red+Green+Blue) = 222+219+94=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5E is #2124A1. Grayscale: #CECECE. Windows color (decimal): -2172066 or 6216670. OLE color: 6216670.

HSL color Cylindrical-coordinate representation of color #DEDB5E: hue angle of 58.59º 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 #DEDB5E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 94 -
CMYK 0 0.01 0.58 0.13
HSL 58.59º 0.66% 0.62% -
HSV(B) 58.59º 0.58% 0.87% -
XYZ 57.48 67 20.49 -
YUV 205.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 222 219 94 0 0.01 0.58 0.13 58.59 0.66 0.62
Hex DE DB 5E 0 1 3A D 3B 42 3E
Octal 336 333 136 0 1 72 15 73 102 76
Binary 11011110 11011011 1011110 0 1 111010 1101 111011 1000010 111110

Color Harmonies of #DEDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB5E

Black with #DEDB5E

Text Example


Text Example

White with #DEDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB5E; }

 p { color: rgb(222,219,94); }

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

background-color css

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

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

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

border-color css

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

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

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