#D5BB65

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

Shades of Tacha #D5BB65

Tints of Tacha #D5BB65

Color information

#D5BB65 (or 0xD5BB65) is unknown color: approx Tacha. HEX triplet: D5, BB and 65. RGB value is (213,187,101). Sum of RGB (Red+Green+Blue) = 213+187+101=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB65 is #2A449A. Grayscale: #B9B9B9. Windows color (decimal): -2770075 or 6667221. OLE color: 6667221.

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

Color convert

RGB213187101-
CMYK00.120.530.16
HSL46.07º57.14%61.57%-
HSV(B)46.07º52.58%83.53%-
XYZ47.5650.6319.58-
YUV184.9780.61147.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=42.51%
G=37.33%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318710100.120.530.1646.0757.1461.57
HexD5BB650C35102e393e
Octal3252731450146520567176
Binary110101011011101111001010110011010110000101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB65; }

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

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

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

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

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

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

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

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