#D5B268

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

Shades of Equator #D5B268

Tints of Equator #D5B268

Color information

#D5B268 (or 0xD5B268) is unknown color: approx Equator. HEX triplet: D5, B2 and 68. RGB value is (213,178,104). Sum of RGB (Red+Green+Blue) = 213+178+104=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B268 is #2A4D97. Grayscale: #B4B4B4. Windows color (decimal): -2772376 or 6861525. OLE color: 6861525.

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

Color convert

RGB213178104-
CMYK00.160.510.16
HSL40.73º56.48%62.16%-
HSV(B)40.73º51.17%83.53%-
XYZ45.8646.9919.75-
YUV180.0385.1151.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=43.03%
G=35.96%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317810400.160.510.1640.7356.4862.16
HexD5B268010331029383e
Octal3252621500206320517076
Binary1101010110110010110100001000011001110000101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B268; }

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

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

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

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

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

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

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

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