Html Css Color HEX #DEDA60 Manz

📋 copy color: '#DEDA60'

red 222 ◦ green 218 ◦ blue 96

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

Shades of Manz #DEDA60

Tints of Manz #DEDA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.91%

R = 41.42%
G = 40.67%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEDA60 (or 0xDEDA60) is known color: Manz. HEX triplet: DE, DA and 60. RGB value is (222,218,96). Sum of RGB (Red+Green+Blue) = 222+218+96=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA60 is #21259F. Grayscale: #CDCDCD. Windows color (decimal): -2172320 or 6347486. OLE color: 6347486.

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

Color convert

RGB 222 218 96 -
CMYK 0 0.02 0.57 0.13
HSL 58.1º 0.66% 0.62% -
HSV(B) 58.1º 0.57% 0.87% -
XYZ 57.31 66.52 20.88 -
YUV 205.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 222 218 96 0 0.02 0.57 0.13 58.1 0.66 0.62
Hex DE DA 60 0 2 39 D 3A 42 3E
Octal 336 332 140 0 2 71 15 72 102 76
Binary 11011110 11011010 1100000 0 10 111001 1101 111010 1000010 111110

Color Harmonies of #DEDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA60

Black with #DEDA60

Text Example


Text Example

White with #DEDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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