Html Css Color HEX #D7AE5E Equator

📋 copy color: '#D7AE5E'

red 215 ◦ green 174 ◦ blue 94

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

Shades of Equator #D7AE5E

Tints of Equator #D7AE5E

RGB

 RED value IS 215 (84.38% from 255) = 44.51%

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

 BLUE value IS 94 (37.11% from 255) = 19.46%

R = 44.51%
G = 36.02%
B = 19.46%

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

#D7AE5E (or 0xD7AE5E) is known color: Equator. HEX triplet: D7, AE and 5E. RGB value is (215,174,94). Sum of RGB (Red+Green+Blue) = 215+174+94=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE5E is #2851A1. Grayscale: #B1B1B1. Windows color (decimal): -2642338 or 6205143. OLE color: 6205143.

HSL color Cylindrical-coordinate representation of color #D7AE5E: hue angle of 39.67º degrees, saturation: 0.6, 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 #D7AE5E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 174 94 -
CMYK 0 0.19 0.56 0.16
HSL 39.67º 0.6% 0.61% -
HSV(B) 39.67º 0.56% 0.84% -
XYZ 45.18 45.53 17 -
YUV 177.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 215 174 94 0 0.19 0.56 0.16 39.67 0.6 0.61
Hex D7 AE 5E 0 13 38 10 28 3C 3D
Octal 327 256 136 0 23 70 20 50 74 75
Binary 11010111 10101110 1011110 0 10011 111000 10000 101000 111100 111101

Color Harmonies of #D7AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE5E

Black with #D7AE5E

Text Example


Text Example

White with #D7AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE5E; }

 p { color: rgb(215,174,94); }

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

background-color css

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

 a { background-color: rgb(215,174,94); }

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

border-color css

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

 span { border-color: rgb(215,174,94); }

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