#D29D58

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

Shades of Apache #D29D58

Tints of Apache #D29D58

Color information

#D29D58 (or 0xD29D58) is unknown color: approx Apache. HEX triplet: D2, 9D and 58. RGB value is (210,157,88). Sum of RGB (Red+Green+Blue) = 210+157+88=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D58 is #2D62A7. Grayscale: #A5A5A5. Windows color (decimal): -2974376 or 5807570. OLE color: 5807570.

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

Color convert

RGB21015788-
CMYK00.250.580.18
HSL33.93º57.55%58.43%-
HSV(B)33.93º58.1%82.35%-
XYZ40.438.5214.54-
YUV164.9884.56160.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 88 (34.77% from 255) = 19.34%
R=46.15%
G=34.51%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101578800.250.580.1833.9357.5558.43
HexD29D580193A12223a3a
Octal3222351300317222427272
Binary1101001010011101101100001100111101010010100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D58; }

 p { color: rgb(210,157,88); }

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

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

 a { background-color: rgb(210,157,88); }

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

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

 span { border-color: rgb(210,157,88); }

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