#D8B265

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

Shades of Equator #D8B265

Tints of Equator #D8B265

Color information

#D8B265 (or 0xD8B265) is unknown color: approx Equator. HEX triplet: D8, B2 and 65. RGB value is (216,178,101). Sum of RGB (Red+Green+Blue) = 216+178+101=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B265 is #274D9A. Grayscale: #B4B4B4. Windows color (decimal): -2575771 or 6664920. OLE color: 6664920.

HSL color Cylindrical-coordinate representation of color #D8B265: hue angle of 40.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8B265 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216178101-
CMYK00.180.530.15
HSL40.17º59.59%62.16%-
HSV(B)40.17º53.24%84.71%-
XYZ46.5947.3819-
YUV180.5883.09153.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=43.64%
G=35.96%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617810100.180.530.1540.1759.5962.16
HexD8B26501235F283c3e
Octal3302621450226517507476
Binary110110001011001011001010100101101011111101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B265; }

 p { color: rgb(216,178,101); }

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

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

 a { background-color: rgb(216,178,101); }

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

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

 span { border-color: rgb(216,178,101); }

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