Html Css Color HEX #DED15E Manz

📋 copy color: '#DED15E'

red 222 ◦ green 209 ◦ blue 94

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

Shades of Manz #DED15E

Tints of Manz #DED15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

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

R = 42.29%
G = 39.81%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED15E (or 0xDED15E) is known color: Manz. HEX triplet: DE, D1 and 5E. RGB value is (222,209,94). Sum of RGB (Red+Green+Blue) = 222+209+94=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15E is #212EA1. Grayscale: #C8C8C8. Windows color (decimal): -2174626 or 6214110. OLE color: 6214110.

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

Color convert

RGB 222 209 94 -
CMYK 0 0.06 0.58 0.13
HSL 53.91º 0.66% 0.62% -
HSV(B) 53.91º 0.58% 0.87% -
XYZ 54.95 61.94 19.65 -
YUV 199.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 222 209 94 0 0.06 0.58 0.13 53.91 0.66 0.62
Hex DE D1 5E 0 6 3A D 36 42 3E
Octal 336 321 136 0 6 72 15 66 102 76
Binary 11011110 11010001 1011110 0 110 111010 1101 110110 1000010 111110

Color Harmonies of #DED15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED15E

Black with #DED15E

Text Example


Text Example

White with #DED15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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