Html Css Color HEX #DED953 Manz

📋 copy color: '#DED953'

red 222 ◦ green 217 ◦ blue 83

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

Shades of Manz #DED953

Tints of Manz #DED953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 83 (32.81% from 255) = 15.9%

R = 42.53%
G = 41.57%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DED953 (or 0xDED953) is known color: Manz. HEX triplet: DE, D9 and 53. RGB value is (222,217,83). Sum of RGB (Red+Green+Blue) = 222+217+83=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DED953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED953 is #2126AC. Grayscale: #CBCBCB. Windows color (decimal): -2172589 or 5495262. OLE color: 5495262.

HSL color Cylindrical-coordinate representation of color #DED953: hue angle of 57.84º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DED953 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 83 -
CMYK 0 0.02 0.63 0.13
HSL 57.84º 0.68% 0.6% -
HSV(B) 57.84º 0.63% 0.87% -
XYZ 56.5 65.78 17.9 -
YUV 203.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 222 217 83 0 0.02 0.63 0.13 57.84 0.68 0.6
Hex DE D9 53 0 2 3F D 3A 44 3C
Octal 336 331 123 0 2 77 15 72 104 74
Binary 11011110 11011001 1010011 0 10 111111 1101 111010 1000100 111100

Color Harmonies of #DED953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED953

Black with #DED953

Text Example


Text Example

White with #DED953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED953; }

 p { color: rgb(222,217,83); }

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

background-color css

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

 a { background-color: rgb(222,217,83); }

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

border-color css

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

 span { border-color: rgb(222,217,83); }

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