#D7B969

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

Shades of Tacha #D7B969

Tints of Tacha #D7B969

Color information

#D7B969 (or 0xD7B969) is unknown color: approx Tacha. HEX triplet: D7, B9 and 69. RGB value is (215,185,105). Sum of RGB (Red+Green+Blue) = 215+185+105=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B969 is #284696. Grayscale: #B9B9B9. Windows color (decimal): -2639511 or 6928855. OLE color: 6928855.

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

Color convert

RGB215185105-
CMYK00.140.510.16
HSL43.64º57.89%62.75%-
HSV(B)43.64º51.16%84.31%-
XYZ47.9250.1620.52-
YUV184.8582.94149.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=42.57%
G=36.63%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518510500.140.510.1643.6457.8962.75
HexD7B9690E33102c3a3f
Octal3272711510166320547277
Binary110101111011100111010010111011001110000101100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B969; }

 p { color: rgb(215,185,105); }

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

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

 a { background-color: rgb(215,185,105); }

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

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

 span { border-color: rgb(215,185,105); }

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