#D5A752

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

Shades of Apache #D5A752

Tints of Apache #D5A752

Color information

#D5A752 (or 0xD5A752) is unknown color: approx Apache. HEX triplet: D5, A7 and 52. RGB value is (213,167,82). Sum of RGB (Red+Green+Blue) = 213+167+82=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A752 is #2A58AD. Grayscale: #ABABAB. Windows color (decimal): -2775214 or 5416917. OLE color: 5416917.

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

Color convert

RGB21316782-
CMYK00.220.620.16
HSL38.93º60.93%57.84%-
HSV(B)38.93º61.5%83.53%-
XYZ42.7842.3913.91-
YUV171.0677.74157.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 82 (32.42% from 255) = 17.75%
R=46.10%
G=36.15%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131678200.220.620.1638.9360.9357.84
HexD5A7520163E10273d3a
Octal3252471220267620477572
Binary1101010110100111101001001011011111010000100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A752; }

 p { color: rgb(213,167,82); }

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

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

 a { background-color: rgb(213,167,82); }

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

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

 span { border-color: rgb(213,167,82); }

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