#D3AB67

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

Shades of Apache #D3AB67

Tints of Apache #D3AB67

Color information

#D3AB67 (or 0xD3AB67) is unknown color: approx Apache. HEX triplet: D3, AB and 67. RGB value is (211,171,103). Sum of RGB (Red+Green+Blue) = 211+171+103=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB67 is #2C5498. Grayscale: #AFAFAF. Windows color (decimal): -2905241 or 6794195. OLE color: 6794195.

HSL color Cylindrical-coordinate representation of color #D3AB67: hue angle of 37.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3AB67 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211171103-
CMYK00.190.510.17
HSL37.78º55.1%61.57%-
HSV(B)37.78º51.18%82.75%-
XYZ43.8843.9519-
YUV175.2187.25153.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=43.51%
G=35.26%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117110300.190.510.1737.7855.161.57
HexD3AB67013331126373e
Octal3232531470236321466776
Binary1101001110101011110011101001111001110001100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB67; }

 p { color: rgb(211,171,103); }

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

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

 a { background-color: rgb(211,171,103); }

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

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

 span { border-color: rgb(211,171,103); }

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