#D6B168

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

Shades of Equator #D6B168

Tints of Equator #D6B168

Color information

#D6B168 (or 0xD6B168) is unknown color: approx Equator. HEX triplet: D6, B1 and 68. RGB value is (214,177,104). Sum of RGB (Red+Green+Blue) = 214+177+104=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B168 is #294E97. Grayscale: #B4B4B4. Windows color (decimal): -2707096 or 6861270. OLE color: 6861270.

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

Color convert

RGB214177104-
CMYK00.170.510.16
HSL39.82º57.29%62.35%-
HSV(B)39.82º51.4%83.92%-
XYZ45.9546.7419.7-
YUV179.7485.26152.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=43.23%
G=35.76%
B=21.01%

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
Decimal21417710400.170.510.1639.8257.2962.35
HexD6B168011331028393e
Octal3262611500216320507176
Binary1101011010110001110100001000111001110000101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B168; }

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

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

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

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

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

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

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

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