#D4B867

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

Shades of Tacha #D4B867

Tints of Tacha #D4B867

Color information

#D4B867 (or 0xD4B867) is unknown color: approx Tacha. HEX triplet: D4, B8 and 67. RGB value is (212,184,103). Sum of RGB (Red+Green+Blue) = 212+184+103=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B867 is #2B4798. Grayscale: #B7B7B7. Windows color (decimal): -2836377 or 6797524. OLE color: 6797524.

HSL color Cylindrical-coordinate representation of color #D4B867: hue angle of 44.59º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4B867 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212184103-
CMYK00.130.510.17
HSL44.59º55.9%61.76%-
HSV(B)44.59º51.42%83.14%-
XYZ46.7449.2619.88-
YUV183.1482.78148.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 103 (40.62% from 255) = 20.64%
R=42.48%
G=36.87%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218410300.130.510.1744.5955.961.76
HexD4B8670D33112d383e
Octal3242701470156321557076
Binary110101001011100011001110110111001110001101101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B867; }

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

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

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

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

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

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

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

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