Html Css Color HEX #DED358 Manz

📋 copy color: '#DED358'

red 222 ◦ green 211 ◦ blue 88

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

Shades of Manz #DED358

Tints of Manz #DED358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.89%

R = 42.61%
G = 40.5%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED358 (or 0xDED358) is known color: Manz. HEX triplet: DE, D3 and 58. RGB value is (222,211,88). Sum of RGB (Red+Green+Blue) = 222+211+88=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED358 is #212CA7. Grayscale: #C8C8C8. Windows color (decimal): -2174120 or 5821406. OLE color: 5821406.

HSL color Cylindrical-coordinate representation of color #DED358: hue angle of 55.07º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DED358 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 88 -
CMYK 0 0.05 0.60 0.13
HSL 55.07º 0.67% 0.61% -
HSV(B) 55.07º 0.6% 0.87% -
XYZ 55.18 62.82 18.45 -
YUV 200.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 222 211 88 0 0.05 0.60 0.13 55.07 0.67 0.61
Hex DE D3 58 0 5 3C D 37 43 3D
Octal 336 323 130 0 5 74 15 67 103 75
Binary 11011110 11010011 1011000 0 101 111100 1101 110111 1000011 111101

Color Harmonies of #DED358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED358

Black with #DED358

Text Example


Text Example

White with #DED358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED358; }

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

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

background-color css

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

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

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

border-color css

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

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

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