#D4B067

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

Shades of Equator #D4B067

Tints of Equator #D4B067

Color information

#D4B067 (or 0xD4B067) is unknown color: approx Equator. HEX triplet: D4, B0 and 67. RGB value is (212,176,103). Sum of RGB (Red+Green+Blue) = 212+176+103=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B067 is #2B4F98. Grayscale: #B2B2B2. Windows color (decimal): -2838425 or 6795476. OLE color: 6795476.

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

Color convert

RGB212176103-
CMYK00.170.510.17
HSL40.18º55.9%61.76%-
HSV(B)40.18º51.42%83.14%-
XYZ45.1246.0319.34-
YUV178.4485.43151.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=43.18%
G=35.85%
B=20.98%

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
Decimal21217610300.170.510.1740.1855.961.76
HexD4B067011331128383e
Octal3242601470216321507076
Binary1101010010110000110011101000111001110001101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B067; }

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

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

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

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

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

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

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

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