#D1BE6B

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

Shades of Tacha #D1BE6B

Tints of Tacha #D1BE6B

Color information

#D1BE6B (or 0xD1BE6B) is unknown color: approx Tacha. HEX triplet: D1, BE and 6B. RGB value is (209,190,107). Sum of RGB (Red+Green+Blue) = 209+190+107=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE6B is #2E4194. Grayscale: #BABABA. Windows color (decimal): -3031445 or 7061201. OLE color: 7061201.

HSL color Cylindrical-coordinate representation of color #D1BE6B: hue angle of 48.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1BE6B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209190107-
CMYK00.090.490.18
HSL48.82º52.58%61.96%-
HSV(B)48.82º48.8%81.96%-
XYZ47.3651.4421.34-
YUV186.2283.29144.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=41.30%
G=37.55%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919010700.090.490.1848.8252.5861.96
HexD1BE6B09311231353e
Octal3212761530116122616576
Binary110100011011111011010110100111000110010110001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE6B; }

 p { color: rgb(209,190,107); }

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

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

 a { background-color: rgb(209,190,107); }

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

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

 span { border-color: rgb(209,190,107); }

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