#D5B766

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

Shades of Tacha #D5B766

Tints of Tacha #D5B766

Color information

#D5B766 (or 0xD5B766) is unknown color: approx Tacha. HEX triplet: D5, B7 and 66. RGB value is (213,183,102). Sum of RGB (Red+Green+Blue) = 213+183+102=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B766 is #2A4899. Grayscale: #B7B7B7. Windows color (decimal): -2771098 or 6731733. OLE color: 6731733.

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

Color convert

RGB213183102-
CMYK00.140.520.16
HSL43.78º56.92%61.76%-
HSV(B)43.78º52.11%83.53%-
XYZ46.7748.9719.56-
YUV182.7482.44149.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=42.77%
G=36.75%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318310200.140.520.1643.7856.9261.76
HexD5B7660E34102c393e
Octal3252671460166420547176
Binary110101011011011111001100111011010010000101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B766; }

 p { color: rgb(213,183,102); }

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

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

 a { background-color: rgb(213,183,102); }

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

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

 span { border-color: rgb(213,183,102); }

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