#D4B467

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

Shades of Equator #D4B467

Tints of Equator #D4B467

Color information

#D4B467 (or 0xD4B467) is unknown color: approx Equator. HEX triplet: D4, B4 and 67. RGB value is (212,180,103). Sum of RGB (Red+Green+Blue) = 212+180+103=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B467 is #2B4B98. Grayscale: #B5B5B5. Windows color (decimal): -2837401 or 6796500. OLE color: 6796500.

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

Color convert

RGB212180103-
CMYK00.150.510.17
HSL42.39º55.9%61.76%-
HSV(B)42.39º51.42%83.14%-
XYZ45.9247.6219.6-
YUV180.7984.1150.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=42.83%
G=36.36%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218010300.150.510.1742.3955.961.76
HexD4B4670F33112a383e
Octal3242641470176321527076
Binary110101001011010011001110111111001110001101010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B467; }

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

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

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

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

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

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

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

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