#D4BB69

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

Shades of Tacha #D4BB69

Tints of Tacha #D4BB69

Color information

#D4BB69 (or 0xD4BB69) is unknown color: approx Tacha. HEX triplet: D4, BB and 69. RGB value is (212,187,105). Sum of RGB (Red+Green+Blue) = 212+187+105=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB69 is #2B4496. Grayscale: #B9B9B9. Windows color (decimal): -2835607 or 6929364. OLE color: 6929364.

HSL color Cylindrical-coordinate representation of color #D4BB69: hue angle of 45.98º 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 #D4BB69 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212187105-
CMYK00.120.500.17
HSL45.98º55.44%62.16%-
HSV(B)45.98º50.47%83.14%-
XYZ47.4750.5620.62-
YUV185.1382.78147.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=42.06%
G=37.10%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218710500.120.500.1745.9855.4462.16
HexD4BB690C32112e373e
Octal3242731510146221566776
Binary110101001011101111010010110011001010001101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB69; }

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

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

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

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

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

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

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

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