Html Css Color HEX #DED761 Manz

📋 copy color: '#DED761'

red 222 ◦ green 215 ◦ blue 97

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

Shades of Manz #DED761

Tints of Manz #DED761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.26%

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 41.57%
G = 40.26%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DED761 (or 0xDED761) is known color: Manz. HEX triplet: DE, D7 and 61. RGB value is (222,215,97). Sum of RGB (Red+Green+Blue) = 222+215+97=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED761 is #21289E. Grayscale: #CCCCCC. Windows color (decimal): -2173087 or 6412254. OLE color: 6412254.

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

Color convert

RGB 222 215 97 -
CMYK 0 0.03 0.56 0.13
HSL 56.64º 0.65% 0.63% -
HSV(B) 56.64º 0.56% 0.87% -
XYZ 56.58 64.99 20.87 -
YUV 203.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 222 215 97 0 0.03 0.56 0.13 56.64 0.65 0.63
Hex DE D7 61 0 3 38 D 39 41 3F
Octal 336 327 141 0 3 70 15 71 101 77
Binary 11011110 11010111 1100001 0 11 111000 1101 111001 1000001 111111

Color Harmonies of #DED761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED761

Black with #DED761

Text Example


Text Example

White with #DED761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED761; }

 p { color: rgb(222,215,97); }

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

background-color css

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

 a { background-color: rgb(222,215,97); }

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

border-color css

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

 span { border-color: rgb(222,215,97); }

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