Html Css Color HEX #D6AE5F Equator

📋 copy color: '#D6AE5F'

red 214 ◦ green 174 ◦ blue 95

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

Shades of Equator #D6AE5F

Tints of Equator #D6AE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 44.31%
G = 36.02%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6AE5F (or 0xD6AE5F) is known color: Equator. HEX triplet: D6, AE and 5F. RGB value is (214,174,95). Sum of RGB (Red+Green+Blue) = 214+174+95=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE5F is #2951A0. Grayscale: #B1B1B1. Windows color (decimal): -2707873 or 6270678. OLE color: 6270678.

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

Color convert

RGB 214 174 95 -
CMYK 0 0.19 0.56 0.16
HSL 39.83º 0.59% 0.61% -
HSV(B) 39.83º 0.56% 0.84% -
XYZ 44.93 45.39 17.22 -
YUV 176.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 214 174 95 0 0.19 0.56 0.16 39.83 0.59 0.61
Hex D6 AE 5F 0 13 38 10 28 3B 3D
Octal 326 256 137 0 23 70 20 50 73 75
Binary 11010110 10101110 1011111 0 10011 111000 10000 101000 111011 111101

Color Harmonies of #D6AE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE5F

Black with #D6AE5F

Text Example


Text Example

White with #D6AE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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