#D29F54

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

Shades of Apache #D29F54

Tints of Apache #D29F54

Color information

#D29F54 (or 0xD29F54) is unknown color: approx Apache. HEX triplet: D2, 9F and 54. RGB value is (210,159,84). Sum of RGB (Red+Green+Blue) = 210+159+84=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F54 is #2D60AB. Grayscale: #A6A6A6. Windows color (decimal): -2973868 or 5545938. OLE color: 5545938.

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

Color convert

RGB21015984-
CMYK00.240.60.18
HSL35.71º58.33%57.65%-
HSV(B)35.71º60%82.35%-
XYZ40.5839.1413.8-
YUV165.781.9159.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=46.36%
G=35.10%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101598400.240.60.1835.7158.3357.65
HexD29F540183C12243a3a
Octal3222371240307422447272
Binary1101001010011111101010001100011110010010100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F54; }

 p { color: rgb(210,159,84); }

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

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

 a { background-color: rgb(210,159,84); }

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

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

 span { border-color: rgb(210,159,84); }

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