Html Css Color HEX #DEA863 Equator

📋 copy color: '#DEA863'

red 222 ◦ green 168 ◦ blue 99

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

Shades of Equator #DEA863

Tints of Equator #DEA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 45.4%
G = 34.36%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEA863 (or 0xDEA863) is known color: Equator. HEX triplet: DE, A8 and 63. RGB value is (222,168,99). Sum of RGB (Red+Green+Blue) = 222+168+99=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA863 is #21579C. Grayscale: #B0B0B0. Windows color (decimal): -2185117 or 6531294. OLE color: 6531294.

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

Color convert

RGB 222 168 99 -
CMYK 0 0.24 0.55 0.13
HSL 33.66º 0.65% 0.63% -
HSV(B) 33.66º 0.55% 0.87% -
XYZ 46.38 44.44 17.94 -
YUV 176.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 222 168 99 0 0.24 0.55 0.13 33.66 0.65 0.63
Hex DE A8 63 0 18 37 D 22 41 3F
Octal 336 250 143 0 30 67 15 42 101 77
Binary 11011110 10101000 1100011 0 11000 110111 1101 100010 1000001 111111

Color Harmonies of #DEA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA863

Black with #DEA863

Text Example


Text Example

White with #DEA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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