#D3B167

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

Shades of Equator #D3B167

Tints of Equator #D3B167

Color information

#D3B167 (or 0xD3B167) is unknown color: approx Equator. HEX triplet: D3, B1 and 67. RGB value is (211,177,103). Sum of RGB (Red+Green+Blue) = 211+177+103=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B167 is #2C4E98. Grayscale: #B3B3B3. Windows color (decimal): -2903705 or 6795731. OLE color: 6795731.

HSL color Cylindrical-coordinate representation of color #D3B167: hue angle of 41.11º 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 #D3B167 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211177103-
CMYK00.160.510.17
HSL41.11º55.1%61.57%-
HSV(B)41.11º51.18%82.75%-
XYZ45.0346.2719.39-
YUV178.7385.26151.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=42.97%
G=36.05%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117710300.160.510.1741.1155.161.57
HexD3B167010331129373e
Octal3232611470206321516776
Binary1101001110110001110011101000011001110001101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B167; }

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

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

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

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

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

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

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

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