Html Css Color HEX #DED957 Manz

📋 copy color: '#DED957'

red 222 ◦ green 217 ◦ blue 87

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

Shades of Manz #DED957

Tints of Manz #DED957

RGB

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

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

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

R = 42.21%
G = 41.25%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DED957 (or 0xDED957) is known color: Manz. HEX triplet: DE, D9 and 57. RGB value is (222,217,87). Sum of RGB (Red+Green+Blue) = 222+217+87=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED957 is #2126A8. Grayscale: #CCCCCC. Windows color (decimal): -2172585 or 5757406. OLE color: 5757406.

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

Color convert

RGB 222 217 87 -
CMYK 0 0.02 0.61 0.13
HSL 57.78º 0.67% 0.61% -
HSV(B) 57.78º 0.61% 0.87% -
XYZ 56.66 65.84 18.74 -
YUV 203.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 222 217 87 0 0.02 0.61 0.13 57.78 0.67 0.61
Hex DE D9 57 0 2 3D D 3A 43 3D
Octal 336 331 127 0 2 75 15 72 103 75
Binary 11011110 11011001 1010111 0 10 111101 1101 111010 1000011 111101

Color Harmonies of #DED957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED957

Black with #DED957

Text Example


Text Example

White with #DED957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED957; }

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

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

background-color css

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

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

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

border-color css

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

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

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