Html Css Color HEX #DEDA61 Manz

📋 copy color: '#DEDA61'

red 222 ◦ green 218 ◦ blue 97

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

Shades of Manz #DEDA61

Tints of Manz #DEDA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 41.34%
G = 40.6%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEDA61 (or 0xDEDA61) is known color: Manz. HEX triplet: DE, DA and 61. RGB value is (222,218,97). Sum of RGB (Red+Green+Blue) = 222+218+97=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA61 is #21259E. Grayscale: #CDCDCD. Windows color (decimal): -2172319 or 6413022. OLE color: 6413022.

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

Color convert

RGB 222 218 97 -
CMYK 0 0.02 0.56 0.13
HSL 58.08º 0.65% 0.63% -
HSV(B) 58.08º 0.56% 0.87% -
XYZ 57.35 66.54 21.13 -
YUV 205.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 222 218 97 0 0.02 0.56 0.13 58.08 0.65 0.63
Hex DE DA 61 0 2 38 D 3A 41 3F
Octal 336 332 141 0 2 70 15 72 101 77
Binary 11011110 11011010 1100001 0 10 111000 1101 111010 1000001 111111

Color Harmonies of #DEDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA61

Black with #DEDA61

Text Example


Text Example

White with #DEDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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