Html Css Color HEX #DED357 Manz

📋 copy color: '#DED357'

red 222 ◦ green 211 ◦ blue 87

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

Shades of Manz #DED357

Tints of Manz #DED357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.73%

R = 42.69%
G = 40.58%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DED357 (or 0xDED357) is known color: Manz. HEX triplet: DE, D3 and 57. RGB value is (222,211,87). Sum of RGB (Red+Green+Blue) = 222+211+87=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DED357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED357 is #212CA8. Grayscale: #C8C8C8. Windows color (decimal): -2174121 or 5755870. OLE color: 5755870.

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

Color convert

RGB 222 211 87 -
CMYK 0 0.05 0.61 0.13
HSL 55.11º 0.67% 0.61% -
HSV(B) 55.11º 0.61% 0.87% -
XYZ 55.14 62.81 18.23 -
YUV 200.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 222 211 87 0 0.05 0.61 0.13 55.11 0.67 0.61
Hex DE D3 57 0 5 3D D 37 43 3D
Octal 336 323 127 0 5 75 15 67 103 75
Binary 11011110 11010011 1010111 0 101 111101 1101 110111 1000011 111101

Color Harmonies of #DED357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED357

Black with #DED357

Text Example


Text Example

White with #DED357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED357; }

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

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

background-color css

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

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

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

border-color css

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

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

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