#D4B969

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

Shades of Tacha #D4B969

Tints of Tacha #D4B969

Color information

#D4B969 (or 0xD4B969) is unknown color: approx Tacha. HEX triplet: D4, B9 and 69. RGB value is (212,185,105). Sum of RGB (Red+Green+Blue) = 212+185+105=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B969 is #2B4696. Grayscale: #B8B8B8. Windows color (decimal): -2836119 or 6928852. OLE color: 6928852.

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

Color convert

RGB212185105-
CMYK00.130.500.17
HSL44.86º55.44%62.16%-
HSV(B)44.86º50.47%83.14%-
XYZ47.0549.7120.48-
YUV183.9583.45148-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=42.23%
G=36.85%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218510500.130.500.1744.8655.4462.16
HexD4B9690D32112d373e
Octal3242711510156221556776
Binary110101001011100111010010110111001010001101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B969; }

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

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

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

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

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

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

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

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