#D8B16A

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

Shades of Equator #D8B16A

Tints of Equator #D8B16A

Color information

#D8B16A (or 0xD8B16A) is unknown color: approx Equator. HEX triplet: D8, B1 and 6A. RGB value is (216,177,106). Sum of RGB (Red+Green+Blue) = 216+177+106=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B16A is #274E95. Grayscale: #B4B4B4. Windows color (decimal): -2576022 or 6992344. OLE color: 6992344.

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

Color convert

RGB216177106-
CMYK00.180.510.15
HSL38.73º58.51%63.14%-
HSV(B)38.73º50.93%84.71%-
XYZ46.6447.0820.27-
YUV180.5785.92153.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=43.29%
G=35.47%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617710600.180.510.1538.7358.5163.14
HexD8B16A01233F273b3f
Octal3302611520226317477377
Binary110110001011000111010100100101100111111100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B16A; }

 p { color: rgb(216,177,106); }

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

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

 a { background-color: rgb(216,177,106); }

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

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

 span { border-color: rgb(216,177,106); }

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