#D0AB5C

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

Shades of Apache #D0AB5C

Tints of Apache #D0AB5C

Color information

#D0AB5C (or 0xD0AB5C) is unknown color: approx Apache. HEX triplet: D0, AB and 5C. RGB value is (208,171,92). Sum of RGB (Red+Green+Blue) = 208+171+92=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB5C is #2F54A3. Grayscale: #ADADAD. Windows color (decimal): -3101860 or 6073296. OLE color: 6073296.

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

Color convert

RGB20817192-
CMYK00.180.560.18
HSL40.86º55.24%58.82%-
HSV(B)40.86º55.77%81.57%-
XYZ42.5143.3116.24-
YUV173.0682.26152.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=44.16%
G=36.31%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081719200.180.560.1840.8655.2458.82
HexD0AB5C012381229373b
Octal3202531340227022516773
Binary1101000010101011101110001001011100010010101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB5C; }

 p { color: rgb(208,171,92); }

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

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

 a { background-color: rgb(208,171,92); }

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

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

 span { border-color: rgb(208,171,92); }

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