#d8b267

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

Shades of Equator #D8B267

Tints of Equator #D8B267

Color information

#D8B267 (or 0xD8B267) is unknown color: approx Equator. HEX triplet: D8, B2 and 67. RGB value is (216,178,103). Sum of RGB (Red+Green+Blue) = 216+178+103=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B267 is #274D98. Grayscale: #B5B5B5. Windows color (decimal): -2575769 or 6795992. OLE color: 6795992.

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

Color convert

RGB216178103-
CMYK00.180.520.15
HSL39.82º59.16%62.55%-
HSV(B)39.82º52.31%84.71%-
XYZ46.6947.4219.52-
YUV180.8184.09153.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=43.46%
G=35.81%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617810300.180.520.1539.8259.1662.55
HexD8B26701234F283b3f
Octal3302621470226417507377
Binary110110001011001011001110100101101001111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8b267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8b267; }

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

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

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

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

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

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

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

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