Html Css Color HEX #DED955 Manz

📋 copy color: '#DED955'

red 222 ◦ green 217 ◦ blue 85

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

Shades of Manz #DED955

Tints of Manz #DED955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.22%

R = 42.37%
G = 41.41%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DED955 (or 0xDED955) is known color: Manz. HEX triplet: DE, D9 and 55. RGB value is (222,217,85). Sum of RGB (Red+Green+Blue) = 222+217+85=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED955 is #2126AA. Grayscale: #CBCBCB. Windows color (decimal): -2172587 or 5626334. OLE color: 5626334.

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

Color convert

RGB 222 217 85 -
CMYK 0 0.02 0.62 0.13
HSL 57.81º 0.67% 0.6% -
HSV(B) 57.81º 0.62% 0.87% -
XYZ 56.58 65.81 18.32 -
YUV 203.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 222 217 85 0 0.02 0.62 0.13 57.81 0.67 0.6
Hex DE D9 55 0 2 3E D 3A 43 3C
Octal 336 331 125 0 2 76 15 72 103 74
Binary 11011110 11011001 1010101 0 10 111110 1101 111010 1000011 111100

Color Harmonies of #DED955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED955

Black with #DED955

Text Example


Text Example

White with #DED955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED955; }

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

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

background-color css

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

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

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

border-color css

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

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

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