#D6B169

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

Shades of Equator #D6B169

Tints of Equator #D6B169

Color information

#D6B169 (or 0xD6B169) is unknown color: approx Equator. HEX triplet: D6, B1 and 69. RGB value is (214,177,105). Sum of RGB (Red+Green+Blue) = 214+177+105=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B169 is #294E96. Grayscale: #B4B4B4. Windows color (decimal): -2707095 or 6926806. OLE color: 6926806.

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

Color convert

RGB214177105-
CMYK00.170.510.16
HSL39.63º57.07%62.55%-
HSV(B)39.63º50.93%83.92%-
XYZ4646.7619.97-
YUV179.8685.76152.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=43.15%
G=35.69%
B=21.17%

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
Decimal21417710500.170.510.1639.6357.0762.55
HexD6B169011331028393f
Octal3262611510216320507177
Binary1101011010110001110100101000111001110000101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B169; }

 p { color: rgb(214,177,105); }

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

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

 a { background-color: rgb(214,177,105); }

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

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

 span { border-color: rgb(214,177,105); }

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