#D5B068

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

Shades of Equator #D5B068

Tints of Equator #D5B068

Color information

#D5B068 (or 0xD5B068) is unknown color: approx Equator. HEX triplet: D5, B0 and 68. RGB value is (213,176,104). Sum of RGB (Red+Green+Blue) = 213+176+104=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B068 is #2A4F97. Grayscale: #B3B3B3. Windows color (decimal): -2772888 or 6861013. OLE color: 6861013.

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

Color convert

RGB213176104-
CMYK00.170.510.16
HSL39.63º56.48%62.16%-
HSV(B)39.63º51.17%83.53%-
XYZ45.4646.219.62-
YUV178.8685.76152.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=43.20%
G=35.70%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317610400.170.510.1639.6356.4862.16
HexD5B068011331028383e
Octal3252601500216320507076
Binary1101010110110000110100001000111001110000101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B068; }

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

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

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

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

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

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

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

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