#D6AF5B

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

Shades of Equator #D6AF5B

Tints of Equator #D6AF5B

Color information

#D6AF5B (or 0xD6AF5B) is unknown color: approx Equator. HEX triplet: D6, AF and 5B. RGB value is (214,175,91). Sum of RGB (Red+Green+Blue) = 214+175+91=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF5B is #2950A4. Grayscale: #B1B1B1. Windows color (decimal): -2707621 or 6008790. OLE color: 6008790.

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

Color convert

RGB21417591-
CMYK00.180.570.16
HSL40.98º60%59.8%-
HSV(B)40.98º57.48%83.92%-
XYZ44.9545.7116.35-
YUV177.0879.42154.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=44.58%
G=36.46%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141759100.180.570.1640.986059.8
HexD6AF5B0123910293c3c
Octal3262571330227120517474
Binary1101011010101111101101101001011100110000101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF5B; }

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

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

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

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

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

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

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

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