#D5B267

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

Shades of Equator #D5B267

Tints of Equator #D5B267

Color information

#D5B267 (or 0xD5B267) is unknown color: approx Equator. HEX triplet: D5, B2 and 67. RGB value is (213,178,103). Sum of RGB (Red+Green+Blue) = 213+178+103=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B267 is #2A4D98. Grayscale: #B4B4B4. Windows color (decimal): -2772377 or 6795989. OLE color: 6795989.

HSL color Cylindrical-coordinate representation of color #D5B267: hue angle of 40.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5B267 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213178103-
CMYK00.160.520.16
HSL40.91º56.7%61.96%-
HSV(B)40.91º51.64%83.53%-
XYZ45.8146.9719.48-
YUV179.9284.6151.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=43.12%
G=36.03%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317810300.160.520.1640.9156.761.96
HexD5B267010341029393e
Octal3252621470206420517176
Binary1101010110110010110011101000011010010000101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B267; }

 p { color: rgb(213,178,103); }

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

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

 a { background-color: rgb(213,178,103); }

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

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

 span { border-color: rgb(213,178,103); }

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