#D4B167

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

Shades of Equator #D4B167

Tints of Equator #D4B167

Color information

#D4B167 (or 0xD4B167) is unknown color: approx Equator. HEX triplet: D4, B1 and 67. RGB value is (212,177,103). Sum of RGB (Red+Green+Blue) = 212+177+103=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B167 is #2B4E98. Grayscale: #B3B3B3. Windows color (decimal): -2838169 or 6795732. OLE color: 6795732.

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

Color convert

RGB212177103-
CMYK00.170.510.17
HSL40.73º55.9%61.76%-
HSV(B)40.73º51.42%83.14%-
XYZ45.3246.4219.4-
YUV179.0385.1151.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 103 (40.62% from 255) = 20.93%
R=43.09%
G=35.98%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217710300.170.510.1740.7355.961.76
HexD4B167011331129383e
Octal3242611470216321517076
Binary1101010010110001110011101000111001110001101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B167; }

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

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

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

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

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

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

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

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