#d59f52

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

Shades of Apache #D59F52

Tints of Apache #D59F52

Color information

#D59F52 (or 0xD59F52) is unknown color: approx Apache. HEX triplet: D5, 9F and 52. RGB value is (213,159,82). Sum of RGB (Red+Green+Blue) = 213+159+82=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F52 is #2A60AD. Grayscale: #A6A6A6. Windows color (decimal): -2777262 or 5414869. OLE color: 5414869.

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

Color convert

RGB21315982-
CMYK00.250.620.16
HSL35.27º60.93%57.84%-
HSV(B)35.27º61.5%83.53%-
XYZ41.3639.5513.44-
YUV166.3780.39161.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 159 (62.5% from 255) = 35.02%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=46.92%
G=35.02%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131598200.250.620.1635.2760.9357.84
HexD59F520193E10233d3a
Octal3252371220317620437572
Binary1101010110011111101001001100111111010000100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d59f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d59f52; }

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

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

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

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

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

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

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

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