#D6BE5B

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

Shades of Tacha #D6BE5B

Tints of Tacha #D6BE5B

Color information

#D6BE5B (or 0xD6BE5B) is unknown color: approx Tacha. HEX triplet: D6, BE and 5B. RGB value is (214,190,91). Sum of RGB (Red+Green+Blue) = 214+190+91=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE5B is #2941A4. Grayscale: #BABABA. Windows color (decimal): -2703781 or 6012630. OLE color: 6012630.

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

Color convert

RGB21419091-
CMYK00.110.570.16
HSL48.29º60%59.8%-
HSV(B)48.29º57.48%83.92%-
XYZ48.0351.8817.38-
YUV185.8974.45148.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=43.23%
G=38.38%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141909100.110.570.1648.296059.8
HexD6BE5B0B3910303c3c
Octal3262761330137120607474
Binary110101101011111010110110101111100110000110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE5B; }

 p { color: rgb(214,190,91); }

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

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

 a { background-color: rgb(214,190,91); }

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

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

 span { border-color: rgb(214,190,91); }

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