#D6AD5D

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

Shades of Apache #D6AD5D

Tints of Apache #D6AD5D

Color information

#D6AD5D (or 0xD6AD5D) is unknown color: approx Apache. HEX triplet: D6, AD and 5D. RGB value is (214,173,93). Sum of RGB (Red+Green+Blue) = 214+173+93=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD5D is #2952A2. Grayscale: #B0B0B0. Windows color (decimal): -2708131 or 6139350. OLE color: 6139350.

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

Color convert

RGB21417393-
CMYK00.190.570.16
HSL39.67º59.61%60.2%-
HSV(B)39.67º56.54%83.92%-
XYZ44.6544.9716.68-
YUV176.1481.08155-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=44.58%
G=36.04%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141739300.190.570.1639.6759.6160.2
HexD6AD5D0133910283c3c
Octal3262551350237120507474
Binary1101011010101101101110101001111100110000101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD5D; }

 p { color: rgb(214,173,93); }

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

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

 a { background-color: rgb(214,173,93); }

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

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

 span { border-color: rgb(214,173,93); }

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