Html Css Color HEX #DEAD63 Equator

📋 copy color: '#DEAD63'

red 222 ◦ green 173 ◦ blue 99

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

Shades of Equator #DEAD63

Tints of Equator #DEAD63

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 99 (39.06% from 255) = 20.04%

R = 44.94%
G = 35.02%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEAD63 (or 0xDEAD63) is known color: Equator. HEX triplet: DE, AD and 63. RGB value is (222,173,99). Sum of RGB (Red+Green+Blue) = 222+173+99=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD63 is #21529C. Grayscale: #B3B3B3. Windows color (decimal): -2183837 or 6532574. OLE color: 6532574.

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

Color convert

RGB 222 173 99 -
CMYK 0 0.22 0.55 0.13
HSL 36.1º 0.65% 0.63% -
HSV(B) 36.1º 0.55% 0.87% -
XYZ 47.32 46.32 18.25 -
YUV 179.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 222 173 99 0 0.22 0.55 0.13 36.1 0.65 0.63
Hex DE AD 63 0 16 37 D 24 41 3F
Octal 336 255 143 0 26 67 15 44 101 77
Binary 11011110 10101101 1100011 0 10110 110111 1101 100100 1000001 111111

Color Harmonies of #DEAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD63

Black with #DEAD63

Text Example


Text Example

White with #DEAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD63; }

 p { color: rgb(222,173,99); }

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

background-color css

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

 a { background-color: rgb(222,173,99); }

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

border-color css

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

 span { border-color: rgb(222,173,99); }

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