#D5B867

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

Shades of Tacha #D5B867

Tints of Tacha #D5B867

Color information

#D5B867 (or 0xD5B867) is unknown color: approx Tacha. HEX triplet: D5, B8 and 67. RGB value is (213,184,103). Sum of RGB (Red+Green+Blue) = 213+184+103=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B867 is #2A4798. Grayscale: #B7B7B7. Windows color (decimal): -2770841 or 6797525. OLE color: 6797525.

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

Color convert

RGB213184103-
CMYK00.140.520.16
HSL44.18º56.7%61.96%-
HSV(B)44.18º51.64%83.53%-
XYZ47.0349.4119.89-
YUV183.4482.61149.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=42.6%
G=36.8%
B=20.6%

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
Decimal21318410300.140.520.1644.1856.761.96
HexD5B8670E34102c393e
Octal3252701470166420547176
Binary110101011011100011001110111011010010000101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B867; }

 p { color: rgb(213,184,103); }

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

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

 a { background-color: rgb(213,184,103); }

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

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

 span { border-color: rgb(213,184,103); }

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