Html Css Color HEX #D6AE64 Equator

📋 copy color: '#D6AE64'

red 214 ◦ green 174 ◦ blue 100

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

Shades of Equator #D6AE64

Tints of Equator #D6AE64

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 43.85%
G = 35.66%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6AE64 (or 0xD6AE64) is known color: Equator. HEX triplet: D6, AE and 64. RGB value is (214,174,100). Sum of RGB (Red+Green+Blue) = 214+174+100=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE64 is #29519B. Grayscale: #B1B1B1. Windows color (decimal): -2707868 or 6598358. OLE color: 6598358.

HSL color Cylindrical-coordinate representation of color #D6AE64: hue angle of 38.95º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6AE64 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 100 -
CMYK 0 0.19 0.53 0.16
HSL 38.95º 0.58% 0.62% -
HSV(B) 38.95º 0.53% 0.84% -
XYZ 45.17 45.49 18.46 -
YUV 177.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 214 174 100 0 0.19 0.53 0.16 38.95 0.58 0.62
Hex D6 AE 64 0 13 35 10 27 3A 3E
Octal 326 256 144 0 23 65 20 47 72 76
Binary 11010110 10101110 1100100 0 10011 110101 10000 100111 111010 111110

Color Harmonies of #D6AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE64

Black with #D6AE64

Text Example


Text Example

White with #D6AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE64; }

 p { color: rgb(214,174,100); }

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

background-color css

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

 a { background-color: rgb(214,174,100); }

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

border-color css

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

 span { border-color: rgb(214,174,100); }

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