Html Css Color HEX #DED35E Manz

📋 copy color: '#DED35E'

red 222 ◦ green 211 ◦ blue 94

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

Shades of Manz #DED35E

Tints of Manz #DED35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

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

R = 42.13%
G = 40.04%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED35E (or 0xDED35E) is known color: Manz. HEX triplet: DE, D3 and 5E. RGB value is (222,211,94). Sum of RGB (Red+Green+Blue) = 222+211+94=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DED35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED35E is #212CA1. Grayscale: #C9C9C9. Windows color (decimal): -2174114 or 6214622. OLE color: 6214622.

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

Color convert

RGB 222 211 94 -
CMYK 0 0.05 0.58 0.13
HSL 54.84º 0.66% 0.62% -
HSV(B) 54.84º 0.58% 0.87% -
XYZ 55.44 62.93 19.81 -
YUV 200.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 222 211 94 0 0.05 0.58 0.13 54.84 0.66 0.62
Hex DE D3 5E 0 5 3A D 37 42 3E
Octal 336 323 136 0 5 72 15 67 102 76
Binary 11011110 11010011 1011110 0 101 111010 1101 110111 1000010 111110

Color Harmonies of #DED35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED35E

Black with #DED35E

Text Example


Text Example

White with #DED35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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