Html Css Color HEX #DEDB5F Manz

📋 copy color: '#DEDB5F'

red 222 ◦ green 219 ◦ blue 95

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

Shades of Manz #DEDB5F

Tints of Manz #DEDB5F

RGB

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

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

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

R = 41.42%
G = 40.86%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEDB5F (or 0xDEDB5F) is known color: Manz. HEX triplet: DE, DB and 5F. RGB value is (222,219,95). Sum of RGB (Red+Green+Blue) = 222+219+95=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5F is #2124A0. Grayscale: #CECECE. Windows color (decimal): -2172065 or 6282206. OLE color: 6282206.

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

Color convert

RGB 222 219 95 -
CMYK 0 0.01 0.57 0.13
HSL 58.58º 0.66% 0.62% -
HSV(B) 58.58º 0.57% 0.87% -
XYZ 57.52 67.02 20.73 -
YUV 205.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 222 219 95 0 0.01 0.57 0.13 58.58 0.66 0.62
Hex DE DB 5F 0 1 39 D 3B 42 3E
Octal 336 333 137 0 1 71 15 73 102 76
Binary 11011110 11011011 1011111 0 1 111001 1101 111011 1000010 111110

Color Harmonies of #DEDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB5F

Black with #DEDB5F

Text Example


Text Example

White with #DEDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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