#D5BB69

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

Shades of Tacha #D5BB69

Tints of Tacha #D5BB69

Color information

#D5BB69 (or 0xD5BB69) is unknown color: approx Tacha. HEX triplet: D5, BB and 69. RGB value is (213,187,105). Sum of RGB (Red+Green+Blue) = 213+187+105=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB69 is #2A4496. Grayscale: #B9B9B9. Windows color (decimal): -2770071 or 6929365. OLE color: 6929365.

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

Color convert

RGB213187105-
CMYK00.120.510.16
HSL45.56º56.25%62.35%-
HSV(B)45.56º50.7%83.53%-
XYZ47.7650.7120.63-
YUV185.4382.61147.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=42.18%
G=37.03%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318710500.120.510.1645.5656.2562.35
HexD5BB690C33102e383e
Octal3252731510146320567076
Binary110101011011101111010010110011001110000101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB69; }

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

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

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

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

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

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

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

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