#D6AD58

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

Shades of Apache #D6AD58

Tints of Apache #D6AD58

Color information

#D6AD58 (or 0xD6AD58) is unknown color: approx Apache. HEX triplet: D6, AD and 58. RGB value is (214,173,88). Sum of RGB (Red+Green+Blue) = 214+173+88=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD58 is #2952A7. Grayscale: #AFAFAF. Windows color (decimal): -2708136 or 5811670. OLE color: 5811670.

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

Color convert

RGB21417388-
CMYK00.190.590.16
HSL40.48º60.58%59.22%-
HSV(B)40.48º58.88%83.92%-
XYZ44.4444.8915.55-
YUV175.5778.58155.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=45.05%
G=36.42%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141738800.190.590.1640.4860.5859.22
HexD6AD580133B10283d3b
Octal3262551300237320507573
Binary1101011010101101101100001001111101110000101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD58; }

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

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

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

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

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

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

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

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