Html Css Color HEX #DEAE68 Equator

📋 copy color: '#DEAE68'

red 222 ◦ green 174 ◦ blue 104

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

Shades of Equator #DEAE68

Tints of Equator #DEAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 44.4%
G = 34.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DEAE68 (or 0xDEAE68) is known color: Equator. HEX triplet: DE, AE and 68. RGB value is (222,174,104). Sum of RGB (Red+Green+Blue) = 222+174+104=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE68 is #215197. Grayscale: #B4B4B4. Windows color (decimal): -2183576 or 6860510. OLE color: 6860510.

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

Color convert

RGB 222 174 104 -
CMYK 0 0.22 0.53 0.13
HSL 35.59º 0.64% 0.64% -
HSV(B) 35.59º 0.53% 0.87% -
XYZ 47.76 46.8 19.61 -
YUV 180.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 222 174 104 0 0.22 0.53 0.13 35.59 0.64 0.64
Hex DE AE 68 0 16 35 D 24 40 40
Octal 336 256 150 0 26 65 15 44 100 100
Binary 11011110 10101110 1101000 0 10110 110101 1101 100100 1000000 1000000

Color Harmonies of #DEAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE68

Black with #DEAE68

Text Example


Text Example

White with #DEAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE68; }

 p { color: rgb(222,174,104); }

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

background-color css

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

 a { background-color: rgb(222,174,104); }

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

border-color css

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

 span { border-color: rgb(222,174,104); }

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