#D6AF5A

Color #D6AF5A Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #D6AF5A

Tints of Equator #D6AF5A

Color information

#D6AF5A (or 0xD6AF5A) is unknown color: approx Equator. HEX triplet: D6, AF and 5A. RGB value is (214,175,90). Sum of RGB (Red+Green+Blue) = 214+175+90=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF5A is #2950A5. Grayscale: #B1B1B1. Windows color (decimal): -2707622 or 5943254. OLE color: 5943254.

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

Color convert

RGB21417590-
CMYK00.180.580.16
HSL41.13º60.19%59.61%-
HSV(B)41.13º57.94%83.92%-
XYZ44.9145.6916.13-
YUV176.9778.92154.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=44.68%
G=36.53%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141759000.180.580.1641.1360.1959.61
HexD6AF5A0123A10293c3c
Octal3262571320227220517474
Binary1101011010101111101101001001011101010000101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF5A; }

 p { color: rgb(214,175,90); }

 H1.HeaderClassName
 {
   color: #D6AF5A;
 }
 .AnyTagClassName
 {
   color: #D6AF5A;
 }
</style>
background-color css

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

 a { background-color: rgb(214,175,90); }

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

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

 span { border-color: rgb(214,175,90); }

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