#D4A254

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

Shades of Apache #D4A254

Tints of Apache #D4A254

Color information

#D4A254 (or 0xD4A254) is unknown color: approx Apache. HEX triplet: D4, A2 and 54. RGB value is (212,162,84). Sum of RGB (Red+Green+Blue) = 212+162+84=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A254 is #2B5DAB. Grayscale: #A8A8A8. Windows color (decimal): -2842028 or 5546708. OLE color: 5546708.

HSL color Cylindrical-coordinate representation of color #D4A254: hue angle of 36.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4A254 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21216284-
CMYK00.240.600.17
HSL36.56º59.81%58.04%-
HSV(B)36.56º60.38%83.14%-
XYZ41.6740.4814-
YUV168.0680.56159.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=46.29%
G=35.37%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121628400.240.600.1736.5659.8158.04
HexD4A2540183C11253c3a
Octal3242421240307421457472
Binary1101010010100010101010001100011110010001100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A254; }

 p { color: rgb(212,162,84); }

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

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

 a { background-color: rgb(212,162,84); }

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

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

 span { border-color: rgb(212,162,84); }

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